Completed
Branch master (76b4a1)
by Michael
02:47
created
admin/country_manager.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -179,6 +179,9 @@
 block discarded – undo
179 179
     $sform->display();
180 180
 }
181 181
 
182
+/**
183
+ * @param string $criteria
184
+ */
182 185
 function xfgb_getCountry($criteria = null, $limit = 0, $start = 0)
183 186
 {
184 187
     global $xoopsDB, $action;
Please login to merge, or discard this patch.
include/functions.php 1 patch
Doc Comments   +6 added lines patch added patch discarded remove patch
@@ -60,6 +60,9 @@  discard block
 block discarded – undo
60 60
     }
61 61
 }
62 62
 
63
+/**
64
+ * @param string $criteria
65
+ */
63 66
 function xfgb_getCountry($criteria = null, $limit = 0, $start = 0)
64 67
 {
65 68
     global $xoopsDB, $action;
@@ -144,6 +147,9 @@  discard block
 block discarded – undo
144 147
 }
145 148
 
146 149
 // IP bannies (modérés automatiquement)
150
+/**
151
+ * @param boolean $all
152
+ */
147 153
 function xfgb_get_badips($all = null)
148 154
 {
149 155
     global $xoopsDB;
Please login to merge, or discard this patch.