mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-23 01:42:17 +00:00
JSON output improved
This commit is contained in:
@@ -38,7 +38,7 @@ class Nation_model extends DB_Model
|
||||
|
||||
if($notLocked)
|
||||
{
|
||||
$qry .= " WHERE sperre is null";
|
||||
$qry .= " WHERE sperre IS NULL";
|
||||
}
|
||||
if(!$orderEnglish)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user