From a4355fb9ffa28b415af379f5d459e3ccdfe46576 Mon Sep 17 00:00:00 2001 From: hugetoad Date: Mon, 29 Aug 2005 11:12:55 +0000 Subject: Misc fixes. git-svn-id: svn://svn.zabbix.com/trunk@2010 97f52cf1-0a1b-0410-bd0e-c28be96e8082 --- frontends/php/include/db.inc.php | 2 ++ 1 file changed, 2 insertions(+) (limited to 'frontends/php/include/db.inc.php') diff --git a/frontends/php/include/db.inc.php b/frontends/php/include/db.inc.php index 007f58e1..d73cf800 100644 --- a/frontends/php/include/db.inc.php +++ b/frontends/php/include/db.inc.php @@ -78,6 +78,8 @@ { global $DB,$DB_TYPE; +# echo $query."
"; + if($DB_TYPE == "MYSQL") { $result=mysql_query($query,$DB); -- cgit