From: Roland Häder 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=64ff2491fee39d74f3afd4b7cb29ecae4ebb3254;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