summaryrefslogtreecommitdiff
path: root/db.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2006-05-16 13:56:53 +0100
committerAndrew Dolgov <[email protected]>2006-05-16 13:56:53 +0100
commit68d3cf5a9b5cfe4375decb12c36c1beef9fdb559 (patch)
treeaf0022906b06200ade9a353b8c38abeffdc0235b /db.php
parentfea67e6a393c895f5b53b3695e98583587a9f479 (diff)
add several xml-rpc methods
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);
}
+}
?>