summaryrefslogtreecommitdiff
path: root/db.php
diff options
context:
space:
mode:
Diffstat (limited to 'db.php')
-rw-r--r--db.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/db.php b/db.php
index 00a6bc153..55768f3f6 100644
--- a/db.php
+++ b/db.php
@@ -129,4 +129,5 @@ function db_affected_rows($link, $result) {
} else if (DB_TYPE == "mysql") {
return mysql_affected_rows($link);
}
+}
?>