2009-03-12 Esteban Sanchez <estebans@artica.es>

* include/functions_db.php: Fixed an undefined variable error.



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@1527 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
esanchezm 2009-03-12 09:35:26 +00:00
parent 5d6f786bc3
commit 4533ad5e77
2 changed files with 5 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2009-03-12 Esteban Sanchez <estebans@artica.es>
* include/functions_db.php: Fixed an undefined variable error.
2009-03-12 Esteban Sanchez <estebans@artica.es>
* reporting/pandora_graph.php: Added to repository. New interface to

View File

@ -1971,6 +1971,7 @@ function format_array_to_where_clause_sql ($values, $join = 'AND', $prefix = fal
$limit = '';
$offset = '';
$order = '';
$group = '';
if (isset ($values['limit'])) {
$limit = sprintf (' LIMIT %d', $values['limit']);
unset ($values['limit']);