mirror of
https://github.com/e107inc/e107.git
synced 2025-08-21 21:57:34 +02:00
Deprecated Function cleanup and PHP Notice removal.
This commit is contained in:
@@ -216,7 +216,7 @@ class core_mailout
|
||||
|
||||
e107::getMessage()->addDebug("Selector query: ".$qry);
|
||||
|
||||
if (!( $this->mail_count = $sql->db_Select_gen($qry))) return FALSE;
|
||||
if (!( $this->mail_count = $sql->gen($qry))) return FALSE;
|
||||
$this->mail_read = 0;
|
||||
return $this->mail_count;
|
||||
}
|
||||
|
Reference in New Issue
Block a user