Parse error in ui_list.inc. Fix in other files
[fa-stable.git] / gl / includes / db / gl_db_account_types.inc
index b76b6efc81f820a41fe3497c1be7123baab950fc..5f1da519747d5a5b7e5c14c99d739ca2d49254d7 100644 (file)
@@ -20,7 +20,7 @@ function add_account_type($id, $name, $class_id, $parent)
 function update_account_type($id, $name, $class_id, $parent, $old_id)
 {
        begin_transaction();
-       if ($old_id != $id)
+       if ($old_id !== $id)
        {
                $sql = "SELECT id FROM ".TB_PREF."chart_types WHERE parent = ".db_escape($old_id);