Minor white space clean up in login class and DB Array IO

This commit is contained in:
Clemens Schwaighofer
2018-02-19 10:44:25 +09:00
parent d9df0d64b8
commit 21b9b99197
2 changed files with 20 additions and 22 deletions

View File

@@ -413,7 +413,6 @@
if ($q_vars)
$q_vars .= ", ";
$q_vars .= $column;
}
// integer is different
if ($this->table_array[$column]["int"] || $this->table_array[$column]["int_null"])