JSON output improved

This commit is contained in:
paolo
2016-04-22 11:08:38 +02:00
parent 4e02a1105b
commit 346b8c82e1
6 changed files with 71 additions and 69 deletions
+1 -1
View File
@@ -38,7 +38,7 @@ class Nation_model extends DB_Model
if($notLocked)
{
$qry .= " WHERE sperre is null";
$qry .= " WHERE sperre IS NULL";
}
if(!$orderEnglish)
{