aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/admin/admin_styles.php
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/admin/admin_styles.php')
-rw-r--r--phpBB/admin/admin_styles.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/admin/admin_styles.php b/phpBB/admin/admin_styles.php
index 4f9720c44d..fb235d76e6 100644
--- a/phpBB/admin/admin_styles.php
+++ b/phpBB/admin/admin_styles.php
@@ -517,7 +517,7 @@ switch( $mode )
$selected_names = $db->sql_fetchrow($result);
- reset($selected_values)
+ reset($selected_values);
//$selected = array_merge($selected_values, $selected_names);
if(count($selected_values))
{
@@ -527,7 +527,7 @@ switch( $mode )
}
}
- reset($selected_names)
+ reset($selected_names);
if($selected_names)
{
while(list($key, $val) = each($selected_names))