1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-01-21 02:15:27 +00:00

add several xml-rpc methods

This commit is contained in:
Andrew Dolgov
2006-05-16 13:56:53 +01:00
parent fea67e6a39
commit 68d3cf5a9b
3 changed files with 293 additions and 8 deletions

1
db.php
View File

@@ -129,4 +129,5 @@ function db_affected_rows($link, $result) {
} else if (DB_TYPE == "mysql") {
return mysql_affected_rows($link);
}
}
?>