]> git.mxchange.org Git - mailer.git/blobdiff - inc/mysql-manager.php
Some theme fixes, debug system now forced (true)
[mailer.git] / inc / mysql-manager.php
index 684d43d3d8a1fab1474d42cdea62273be34a11b4..9524124961ccf2dba68518fb007a2f45bb4d1183 100644 (file)
@@ -839,7 +839,7 @@ function SEND_MODE_MAILS($mod, $modes)
                                                        break;
 
                                                default:
-                                                       DEBUG_LOG(__FILE__, __LINE__, sprintf("Unknown mode %s detected.", $mode));
+                                                       DEBUG_LOG(__FUNCTION__, __LINE__, sprintf("Unknown mode %s detected.", $mode));
                                                        $content = MEMBER_UNKNOWN_MODE.": ".$mode."\n\n";
                                                        break;
                                                }
@@ -871,7 +871,7 @@ function SEND_MODE_MAILS($mod, $modes)
                                        break;
 
                                default:
-                                       DEBUG_LOG(__FILE__, __LINE__, sprintf("Unsupported module %s detected.", $mod));
+                                       DEBUG_LOG(__FUNCTION__, __LINE__, sprintf("Unsupported module %s detected.", $mod));
                                        $content = "<STRONG><SPAN class=\"member_failed\">".UNKNOWN_MODULE."</SPAN></STRONG>";
                                        break;
                                }