From 8c2375a07443231cad32bd4cbd1d9ffbd1aa5087 Mon Sep 17 00:00:00 2001
From: Aleksander Machniak <alec@alec.pl>
Date: Wed, 04 Jul 2012 07:11:09 -0400
Subject: [PATCH] More CS fixes and comments

---
 program/include/rcube_db.php |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/program/include/rcube_db.php b/program/include/rcube_db.php
index feb16b2..2ee5623 100644
--- a/program/include/rcube_db.php
+++ b/program/include/rcube_db.php
@@ -463,6 +463,11 @@
     /**
      * 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)
     {

--
Gitblit v1.9.1