]> git.mxchange.org Git - mailer.git/blobdiff - inc/functions.php
HTML fix and double->single converted
[mailer.git] / inc / functions.php
index a52770e945268a7f3031c3c348bee40c18b73f06..dbfe8b3674c61462da52e9a6700cb67944d6cb23 100644 (file)
@@ -1325,7 +1325,7 @@ function generateRandomCode ($length, $code, $userid, $DATA = '') {
 // Does only allow numbers
 function bigintval ($num, $castValue = true) {
        // Filter all numbers out
-       $ret = preg_replace("/[^0123456789]/", '', $num);
+       $ret = preg_replace('/[^0123456789]/', '', $num);
 
        // Shall we cast?
        if ($castValue) $ret = (double)$ret;