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:
mdtrooper 2010-12-23 14:45:25 +00:00
parent fbed038d9a
commit e928353df2
2 changed files with 5 additions and 1 deletions

View File

@ -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

View File

@ -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 {