From: quix0r Date: Mon, 4 Jul 2011 00:03:40 +0000 (+0000) Subject: Parse error fixed X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=b46599dfbb4c7acee68930195fa51c8cf136cb13;p=mailer.git Parse error fixed --- diff --git a/inc/wrapper-functions.php b/inc/wrapper-functions.php index d73e687bf2..ed8fad086b 100644 --- a/inc/wrapper-functions.php +++ b/inc/wrapper-functions.php @@ -953,7 +953,7 @@ function isUserDataEnabled ($column) { // Do we have cache? if (!isset($GLOBALS[__FUNCTION__][getCurrentUserId()][$column])) // Determine it - $GLOBALS[__FUNCTION__][getCurrentUserId()][$column] = (getUserData($column) == 'Y') + $GLOBALS[__FUNCTION__][getCurrentUserId()][$column] = (getUserData($column) == 'Y'); } // END - if // Return cache