@@ -179,6 +179,9 @@ |
||
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; |
@@ -60,6 +60,9 @@ discard block |
||
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 |
||
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; |