mirror of
https://github.com/e107inc/e107.git
synced 2025-08-06 14:46:56 +02:00
Notice removal, eliminate DB queries
This commit is contained in:
@@ -11,8 +11,8 @@
|
||||
| GNU General Public License (http://gnu.org).
|
||||
|
|
||||
| $Source: /cvs_backup/e107_0.8/e107_plugins/pm/pm_func.php,v $
|
||||
| $Revision: 1.2 $
|
||||
| $Date: 2007-05-28 11:18:18 $
|
||||
| $Revision: 1.3 $
|
||||
| $Date: 2007-08-08 19:34:34 $
|
||||
| $Author: e107steved $
|
||||
+----------------------------------------------------------------------------+
|
||||
*/
|
||||
@@ -53,7 +53,7 @@ function pm_getInfo($which = "inbox")
|
||||
}
|
||||
if(!isset($pm_info[$which]['limit']))
|
||||
{
|
||||
if($pref['pm_limits'] > 0)
|
||||
if(varset($pref['pm_limits'],0) > 0)
|
||||
{
|
||||
if($pref['pm_limits'] == 1)
|
||||
{
|
||||
|
Reference in New Issue
Block a user