Bug fixes for unique per run logging

This commit is contained in:
Clemens Schwaighofer
2017-03-17 14:50:58 +09:00
parent 61f1b92bad
commit f599033a38
2 changed files with 3 additions and 3 deletions

View File

@@ -1015,7 +1015,7 @@ EOM;
}
$q .= "'".session_id()."', ";
$q .= "'".$this->db_escape_string($this->action)."', '".$this->db_escape_string($this->username)."', NULL, '".$this->db_escape_string($this->login_error)."', NULL, NULL, '".$this->db_escape_string($this->permission_okay)."', NULL)";
$this->db_exec($q);
$this->db_exec($q, 'NULL');
}
// METHOD: login_check_edit_access_id