]> git.mxchange.org Git - mailer.git/blobdiff - inc/libs/task_functions.php
A lot fixes to templates and missing functions added, more rewrites
[mailer.git] / inc / libs / task_functions.php
index cfd0277d8da639c02c7230404a11b497c43445f9..92bd5e2b874552e315b10727b851c45945149def 100644 (file)
@@ -540,7 +540,7 @@ function TASK_CREATE_EXTRA_ROWS ($SQLs, $WHATs, $DESCRs, $TITLEs) {
        $OUT = ""; $SW = 2; $MAX = sizeof($SQLs) - 1;
        foreach ($SQLs as $key => $sql) {
                // Run SQL command, get line numbers and free memory
        $OUT = ""; $SW = 2; $MAX = sizeof($SQLs) - 1;
        foreach ($SQLs as $key => $sql) {
                // Run SQL command, get line numbers and free memory
-               $result = SQL_QUERY($sql, __FILE__, __LINE__);
+               $result = SQL_QUERY($sql, __FUNCTION__, __LINE__);
 
                // Get rows
                $value = SQL_NUMROWS($result);
 
                // Get rows
                $value = SQL_NUMROWS($result);