summaryrefslogtreecommitdiff
path: root/program/include/rcube_db.php
diff options
context:
space:
mode:
authorAleksander Machniak <alec@alec.pl>2012-07-04 13:11:09 +0200
committerAleksander Machniak <alec@alec.pl>2012-07-04 13:11:09 +0200
commit8c2375a07443231cad32bd4cbd1d9ffbd1aa5087 (patch)
treed7ccfa4c0a24a039b28f7808462465a5d13833de /program/include/rcube_db.php
parent3e386efeee7cd62fd2b04e3fd2a3b068dd326e0d (diff)
More CS fixes and comments
Diffstat (limited to 'program/include/rcube_db.php')
-rw-r--r--program/include/rcube_db.php5
1 files changed, 5 insertions, 0 deletions
diff --git a/program/include/rcube_db.php b/program/include/rcube_db.php
index feb16b2ac..2ee562395 100644
--- a/program/include/rcube_db.php
+++ b/program/include/rcube_db.php
@@ -463,6 +463,11 @@ class rcube_db
/**
* Adds LIMIT,OFFSET clauses to the query
*
+ * @param string $query SQL query
+ * @param int $limit Number of rows
+ * @param int $offset Offset
+ *
+ * @return string SQL query
*/
protected function set_limit($query, $limit = 0, $offset = 0)
{