X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=inc%2Flibs%2Ftask_functions.php;h=92bd5e2b874552e315b10727b851c45945149def;hp=cfd0277d8da639c02c7230404a11b497c43445f9;hb=b8c86fa12322603c24a88ea2b0fd3dbeba612752;hpb=2271b257e04ecbecf1c1e9fe91cd948b50e1ded4 diff --git a/inc/libs/task_functions.php b/inc/libs/task_functions.php index cfd0277d8d..92bd5e2b87 100644 --- a/inc/libs/task_functions.php +++ b/inc/libs/task_functions.php @@ -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 - $result = SQL_QUERY($sql, __FILE__, __LINE__); + $result = SQL_QUERY($sql, __FUNCTION__, __LINE__); // Get rows $value = SQL_NUMROWS($result);