Mail templates for undelete in surfbar added
[mailer.git] / inc / functions.php
index 70694e75c449baf8e4f3ef561bacd470588d5019..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