]> git.mxchange.org Git - mailer.git/blobdiff - inc/mysql-manager.php
Debug code removed
[mailer.git] / inc / mysql-manager.php
index 23a57e582182a58258895cb6a94ecb91aa3dae20..ca2a83d8eee5b4ae7ca0fbccfbc9692c59fe06ec 100644 (file)
@@ -343,7 +343,7 @@ function ADD_MENU($MODE, $act, $wht) {
                                        }
 
                                        // Menu title
-                                       $content .= $_CONFIG['middot'].$sub_title;
+                                       $content .= $_CONFIG['menu_blur_spacer'].$sub_title;
 
                                        if ($test) {
                                                $content .= "</A>";
@@ -438,7 +438,7 @@ function IS_ADMIN($admin="")
        }
 
        // Return result of comparision
-       //* DEBUG: */ if (!$ret) echo __LINE__."OK!<br>";
+       /* DEBUG: */ if (!$ret) echo __LINE__."OK!<br>";
        return $ret;
 }
 //