bring back mail list and cleanup some issues which popped out with full PHP warnings
This commit is contained in:
@@ -70,7 +70,7 @@ class dba_mysqli extends dba_driver {
|
||||
function close() {
|
||||
if($this->db)
|
||||
$this->db->close();
|
||||
$this->connected = flase;
|
||||
$this->connected = false;
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user