mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-04 07:47:34 +02:00
Test before you commit, Bart
git-svn-id: file:///svn/phpbb/trunk@2072 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -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))
|
||||
|
Reference in New Issue
Block a user