diff options
Diffstat (limited to 'phpBB/adm/admin_attachments.php')
-rw-r--r-- | phpBB/adm/admin_attachments.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/adm/admin_attachments.php b/phpBB/adm/admin_attachments.php index 2797fc29d3..cb4b2e3464 100644 --- a/phpBB/adm/admin_attachments.php +++ b/phpBB/adm/admin_attachments.php @@ -1315,7 +1315,7 @@ function category_select($select_name, $group_id = FALSE) $group_select .= '</select>'; - return($group_select); + return $group_select; } // Extension group select @@ -1396,7 +1396,7 @@ function download_select($select_name, $group_id = false) $group_select .= '</select>'; - return($group_select); + return $group_select; } // Upload already uploaded file... huh? are you kidding? |