summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorMorris Jobke <morris.jobke@gmail.com>2013-11-25 14:06:25 +0100
committerMorris Jobke <morris.jobke@gmail.com>2013-11-25 14:06:25 +0100
commitb7ddc78626930dea0ade30a26edf62e204d2fc37 (patch)
tree3d3bb33cd3d9fe9213fa9874b33982051c052f23 /lib
parentef592981ea29056df3800cb981f97aa26fb893cf (diff)
downloadnextcloud-server-b7ddc78626930dea0ade30a26edf62e204d2fc37.tar.gz
nextcloud-server-b7ddc78626930dea0ade30a26edf62e204d2fc37.zip
fix db.php doc
Diffstat (limited to 'lib')
-rw-r--r--lib/public/db.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/public/db.php b/lib/public/db.php
index b9424b53862..c9997c79c3c 100644
--- a/lib/public/db.php
+++ b/lib/public/db.php
@@ -37,6 +37,8 @@ class DB {
/**
* Prepare a SQL query
* @param string $query Query string
+ * @param int $limit Limit of the SQL statement
+ * @param int $offset Offset of the SQL statement
* @return \MDB2_Statement_Common prepared SQL query
*
* SQL query via MDB2 prepare(), needs to be execute()'d!