]> git.mxchange.org Git - mailer.git/blobdiff - inc/libs/surfbar_functions.php
Unconfirmed mails rewritten, mail confirmation saved in stats table
[mailer.git] / inc / libs / surfbar_functions.php
index f83d4fac911e1d363d1393252870b7b25474ece2..e9c14d7f09013221211a45c00fa59e1a8618c78d 100644 (file)
@@ -56,7 +56,7 @@ function SURFBAR_ADMIN_ADD_URL ($url, $limit) {
        } elseif (!SURFBAR_IF_USER_BOOK_MORE_URLS()) {
                // No more allowed!
                return false;
-       } elseif ("".bigintval($limit)."" != "".$limit."") {
+       } elseif ("".($limit + 0)."" != "".$limit."") {
                // Invalid amount entered
                return false;
        }
@@ -158,7 +158,7 @@ function SURFBAR_MEMBER_ADD_URL ($url, $limit) {
        } elseif (!SURFBAR_IF_USER_BOOK_MORE_URLS($GLOBALS['userid'])) {
                // No more allowed!
                return false;
-       } elseif ("".bigintval($limit)."" != "".$limit."") {
+       } elseif ("".($limit + 0)."" != "".$limit."") {
                // Invalid amount entered
                return false;
        }