]> git.mxchange.org Git - mailer.git/blobdiff - inc/libs/surfbar_functions.php
Some fixes,re-orders and ext-surfbar actions are now XML-enabled
[mailer.git] / inc / libs / surfbar_functions.php
index b3aea55d4382ebc70019faf281ad5f2f46f02e9f..739465d07dc436319b0b174fb41042cdf99be7ae 100644 (file)
@@ -733,7 +733,7 @@ function translateSurfbarLimit ($limit) {
 // Translate the URL status
 function translateSurfbarUrlStatus ($status) {
        // NULL must be handled carfefully
-       if (is_null($status)) {
+       if ((is_null($status)) || (trim($status) == '')) {
                // Is NULL, so return other language string
                return '{--SURFBAR_URL_STATUS_NONE--}';
        } else {