Completed
Branch v10.0.8 (8331ba)
by Pierre-Henry
35:33
created
_protected/app/system/core/models/AdsCoreModel.php 1 patch
Doc Comments   +3 added lines, -1 removed lines patch added patch discarded remove patch
@@ -18,8 +18,10 @@
 block discarded – undo
18 18
     /**
19 19
      * Get Advertisements in the database.
20 20
      *
21
-     * @param int|null $mActive 1 = active otherwise null. Default value is 1.
21
+     * @param integer $mActive 1 = active otherwise null. Default value is 1.
22 22
      * @param string $sTable The table.
23
+     * @param integer $iOffset
24
+     * @param integer $iLimit
23 25
      *
24 26
      * @return array The advertisements data.
25 27
      */
Please login to merge, or discard this patch.