]> git.mxchange.org Git - mailer.git/blobdiff - inc/functions.php
Incomplete 'booking' extension added, fixes for registration and refback list
[mailer.git] / inc / functions.php
index 8f753838862de646d298e1971b848a5c36c9fcef..5a8a571579e5ef02b22f28984299b914590ac1cb 100644 (file)
@@ -1284,6 +1284,9 @@ function bigintval($num, $castValue = true) {
        // Has the whole value changed?
        if ("".$ret."" != "".$num."") {
                // Log the values
+               print("<pre>");
+               debug_print_backtrace();
+               die("</pre>");
                DEBUG_LOG(__FUNCTION__, __LINE__, " num={$num},ret={$ret}");
        } // END - if
 
@@ -2238,7 +2241,7 @@ function mxchange_die ($msg) {
 
 // Display parsing time and number of SQL queries in footer
 function DISPLAY_PARSING_TIME_FOOTER() {
-       global $startTime, $_CONFIG;
+       global $_CONFIG;
        $endTime = microtime(true);
 
        // Is the timer started?