mirror of
https://github.com/e107inc/e107.git
synced 2025-08-17 20:01:47 +02:00
$frm->selectbox() renamed to $frm->select(); for consistency.
This commit is contained in:
@@ -602,7 +602,7 @@ class admin_shortcodes
|
||||
if(!e107::isInstalled('pm')) return;
|
||||
|
||||
$sql = e107::getDb();
|
||||
$count = $sql->count('private_msg','(*)','WHERE pm_read = 0');
|
||||
$count = $sql->count('private_msg','(*)','WHERE pm_read = 0 AND pm_to='.USERID);
|
||||
|
||||
if ($count >0)
|
||||
{
|
||||
|
Reference in New Issue
Block a user