Admin user details extended, DEBUG_LOG() rewritten, random userid on refid=0 added
[mailer.git] / inc / libs / wernis_functions.php
index fed9c42c5c05e704e185de1526c5e65f38364a78..011e2175bb3308f67e236a1f05f6c61f0019a823 100644 (file)
@@ -340,7 +340,7 @@ function WERNIS_TAKE_FEE ($points, $mode) {
        //* DEBUG: */ echo "mode={$mode},points={$points}<br />\n";
        if (!in_array($mode, array('payout', 'withdraw'))) {
                // Log error and abort
-               DEBUG_LOG(__FUNCTION__.":uid={$GLOBALS['userid']},mode={$mode},points={$points}");
+               DEBUG_LOG(__FUNCTION__, __LINE__, "uid={$GLOBALS['userid']},mode={$mode},points={$points}");
                return false;
        } // END - if
 
@@ -391,7 +391,7 @@ function WERNIS_ADD_FEES_TO_ARRAY (&$array) {
        // Is the array an array? ;-)
        if (!is_array($array)) {
                // Log error and return
-               DEBUG_LOG(__FUNCTION__.": Type ".gettype($array)." != array.");
+               DEBUG_LOG(__FUNCTION__, __LINE__, " Type ".gettype($array)." != array.");
                return;
        } // END - if