'Enabled', false=>'Disabled'); $arNotifications = get_ar_notifications($user); error_log(print_r($arNotifications, true)); $errorCode = 0; $displayMessage = 0; //no $smtpWarn = 0; $sortType = true; if ($_SERVER['REQUEST_METHOD']=='POST') { $displayMessage=$_REQUEST['Message']; $errorCode=$_REQUEST['errorCode']; $returnMessage=$_REQUEST['returnMessage']; } $email_notif = get_email_configuration($user); $notifications = get_notifications($user); $total = count($notifications); if ($email_notif->smtpServer == "") { $displayMessage = 1; $smtpWarn = 1; } $arNotifications = get_ar_notifications($user); $keys = get_licensable_features($user); $numKeys = count($keys); $showAR = 0; for ($i=0; $i < $numKeys; $i++) { if (($keys[$i]->Descriptor == "AR") && ($keys[$i]->isLicensed == 1)) { $showAR = 1; } } $libTime = get_date_and_time($user); ?>