[Pkg-owncloud-commits] [owncloud] 105/239: fix db.php doc
David Prévot
taffit at moszumanska.debian.org
Fri Nov 29 01:32:25 UTC 2013
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to branch master
in repository owncloud.
commit b7ddc78626930dea0ade30a26edf62e204d2fc37
Author: Morris Jobke <morris.jobke at gmail.com>
Date: Mon Nov 25 14:06:25 2013 +0100
fix db.php doc
---
lib/public/db.php | 2 ++
1 file changed, 2 insertions(+)
diff --git a/lib/public/db.php b/lib/public/db.php
index b9424b5..c9997c7 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!
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud.git
More information about the Pkg-owncloud-commits
mailing list