cosmetics

This commit is contained in:
following
2013-02-18 22:01:40 +01:00
parent 6fbcd4161a
commit 051e60a1ba
7 changed files with 7 additions and 7 deletions

View File

@ -98,7 +98,7 @@ function __autoload($class_name)
// check for email address problems
// use direct database access instead of user class for performance reasons - need not
// to include user.class.php in any script
if (!isset($verifyemail) &&
if (!isset($disable_verifyemail) &&
$login->userid > 0 &&
sql_value("SELECT `email_problems` FROM `user` WHERE `user_id`='&1'", 0, $login->userid) != 0)
{