2010-12-23 Miguel de Dios <miguel.dedios@artica.es>
* include/ajax/reporting.ajax.php: fixed copy&paste mistake. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@3701 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
fbed038d9a
commit
e928353df2
|
@ -1,3 +1,7 @@
|
|||
2010-12-23 Miguel de Dios <miguel.dedios@artica.es>
|
||||
|
||||
* include/ajax/reporting.ajax.php: fixed copy&paste mistake.
|
||||
|
||||
2010-12-23 Miguel de Dios <miguel.dedios@artica.es>
|
||||
|
||||
* include/functions.php: in function "string2image" fixed when the string
|
||||
|
|
|
@ -71,7 +71,7 @@ if ($add_sla) {
|
|||
if ($get_custom_sql) {
|
||||
$sql = get_db_value_filter('`sql`', 'treport_custom_sql', array('id' => $id));
|
||||
|
||||
if ($result === false) {
|
||||
if ($sql === false) {
|
||||
$data['correct'] = 0;
|
||||
}
|
||||
else {
|
||||
|
|
Loading…
Reference in New Issue