From b327677b4e405ccc71f6292fad2ff08abe2f7c99 Mon Sep 17 00:00:00 2001 From: hugetoad Date: Mon, 8 May 2006 17:17:58 +0000 Subject: Minor changes. git-svn-id: svn://svn.zabbix.com/trunk@2822 97f52cf1-0a1b-0410-bd0e-c28be96e8082 --- frontends/php/include/db.inc.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'frontends/php/include') diff --git a/frontends/php/include/db.inc.php b/frontends/php/include/db.inc.php index fb60305b..bc84a16d 100644 --- a/frontends/php/include/db.inc.php +++ b/frontends/php/include/db.inc.php @@ -202,7 +202,7 @@ } } - function DBnum_rows($result) +/* function DBnum_rows($result) { global $DB_TYPE; @@ -221,7 +221,7 @@ $result=FALSE; } return 0; - } + }*/ function DBinsert_id($result,$table,$field) { -- cgit