@@ -19,10 +19,10 @@ discard block |
||
| 19 | 19 | public $u_action; |
| 20 | 20 | |
| 21 | 21 | /** |
| 22 | - * |
|
| 23 | - * @param int $id |
|
| 24 | - * @param string $mode |
|
| 25 | - */ |
|
| 22 | + * |
|
| 23 | + * @param int $id |
|
| 24 | + * @param string $mode |
|
| 25 | + */ |
|
| 26 | 26 | public function main($id, $mode) |
| 27 | 27 | { |
| 28 | 28 | global $request, $phpbb_container; |
@@ -187,11 +187,11 @@ discard block |
||
| 187 | 187 | } |
| 188 | 188 | |
| 189 | 189 | /** |
| 190 | - * Display thumb services available |
|
| 191 | - * |
|
| 192 | - * @param string $url_selected |
|
| 193 | - * @return string |
|
| 194 | - */ |
|
| 190 | + * Display thumb services available |
|
| 191 | + * |
|
| 192 | + * @param string $url_selected |
|
| 193 | + * @return string |
|
| 194 | + */ |
|
| 195 | 195 | public function get_thumb_service_list($url_selected) |
| 196 | 196 | { |
| 197 | 197 | $thumbshot = array( |
@@ -211,11 +211,11 @@ discard block |
||
| 211 | 211 | } |
| 212 | 212 | |
| 213 | 213 | /** |
| 214 | - * Display order drop-down list |
|
| 215 | - * |
|
| 216 | - * @param string $order_selected |
|
| 217 | - * @return string |
|
| 218 | - */ |
|
| 214 | + * Display order drop-down list |
|
| 215 | + * |
|
| 216 | + * @param string $order_selected |
|
| 217 | + * @return string |
|
| 218 | + */ |
|
| 219 | 219 | public function get_order_list($order_selected) |
| 220 | 220 | { |
| 221 | 221 | global $user; |
@@ -244,8 +244,8 @@ discard block |
||
| 244 | 244 | } |
| 245 | 245 | |
| 246 | 246 | /** |
| 247 | - * Adjust all three max_filesize config vars for display |
|
| 248 | - */ |
|
| 247 | + * Adjust all three max_filesize config vars for display |
|
| 248 | + */ |
|
| 249 | 249 | public function max_filesize($value, $key = '') |
| 250 | 250 | { |
| 251 | 251 | // Determine size var and adjust the value accordingly |