Browse Source

As you can see, I just copied the query below :P
But I forgot to remove this bit...

Signed-off-by: Suki <[email protected]>

Suki 10 years ago
parent
commit
12d72cd512
1 changed files with 1 additions and 3 deletions
  1. 1 3
      Sources/ManageSettings.php

+ 1 - 3
Sources/ManageSettings.php

@@ -1466,9 +1466,7 @@ function EditCustomProfiles()
 					id_field, col_name, field_name, field_order
 				FROM {db_prefix}custom_fields
 				ORDER BY field_order ASC',
-				array(
-					'current_field' => $context['fid'],
-				)
+				array()
 			);
 
 			while ($row = $smcFunc['db_fetch_assoc']($result))