summaryrefslogtreecommitdiffstats
path: root/frontends/php/include/db.inc.php
diff options
context:
space:
mode:
Diffstat (limited to 'frontends/php/include/db.inc.php')
-rw-r--r--frontends/php/include/db.inc.php4
1 files changed, 2 insertions, 2 deletions
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)
{