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:
parent
dcc76028c8
commit
547ba76b63
|
@ -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>
|
2009-03-12 Esteban Sanchez <estebans@artica.es>
|
||||||
|
|
||||||
* reporting/pandora_graph.php: Added to repository. New interface to
|
* reporting/pandora_graph.php: Added to repository. New interface to
|
||||||
|
|
|
@ -1971,6 +1971,7 @@ function format_array_to_where_clause_sql ($values, $join = 'AND', $prefix = fal
|
||||||
$limit = '';
|
$limit = '';
|
||||||
$offset = '';
|
$offset = '';
|
||||||
$order = '';
|
$order = '';
|
||||||
|
$group = '';
|
||||||
if (isset ($values['limit'])) {
|
if (isset ($values['limit'])) {
|
||||||
$limit = sprintf (' LIMIT %d', $values['limit']);
|
$limit = sprintf (' LIMIT %d', $values['limit']);
|
||||||
unset ($values['limit']);
|
unset ($values['limit']);
|
||||||
|
|
Loading…
Reference in New Issue