From: Roland Häder Date: Thu, 28 Aug 2008 16:08:58 +0000 (+0000) Subject: One more debug line removed X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=commitdiff_plain;h=4a829fe07793d2d3379d875efc8d045596ab8bc8 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; } //