mirror of
https://github.com/e107inc/e107.git
synced 2025-08-11 00:54:49 +02:00
Bouncing email notifications added on login. DKIM support added for outgoing mail. PHP Mailer upgraded to v5.2.8
This commit is contained in:
@@ -832,7 +832,7 @@ Following fields auto-filled in code as required:
|
||||
*/
|
||||
public function userStatusUpdate($action, $uid, $emailAddress = '')
|
||||
{
|
||||
$db = e107::getDb();
|
||||
$db = e107::getDb('user');
|
||||
$qry = '';
|
||||
$error = FALSE; // Assume no error to start with
|
||||
$uid = intval($uid); // Precautionary - should have already been done
|
||||
|
Reference in New Issue
Block a user