From: quix0r Date: Thu, 28 Aug 2008 16:08:58 +0000 (+0000) Subject: One more debug line removed X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=ef64725f3832b22a11a6b2d24a4360d6cb6d8e59;p=mailer.git One more debug line removed --- diff --git a/inc/mysql-manager.php b/inc/mysql-manager.php index ca2a83d8ee..637424ef9d 100644 --- a/inc/mysql-manager.php +++ b/inc/mysql-manager.php @@ -438,7 +438,7 @@ function IS_ADMIN($admin="") } // Return result of comparision - /* DEBUG: */ if (!$ret) echo __LINE__."OK!
"; + //* DEBUG: */ if (!$ret) echo __LINE__."OK!
"; return $ret; } //