Browse Source

[svn r14902] Fixed problem with fields edition by showing id (temporary solution, the sortabletablefromarrayconfig class will be modified in the future).

Yannick Warnier 17 years ago
parent
commit
0a9b3b64bb
1 changed files with 1 additions and 1 deletions
  1. 1 1
      main/admin/user_fields.php

+ 1 - 1
main/admin/user_fields.php

@@ -136,7 +136,7 @@ if(1)
 
 	// Create a sortable table with user-data
 	$parameters['sec_token'] = Security::get_token();
-	$column_show = array(0,1,1,1,1,1,1,1,0);
+	$column_show = array(1,1,1,1,1,1,1,1,0);
 	$column_order = array(1,2,3,4,5,6,7,8,9);
 	$extra_fields = UserManager::get_extra_fields(0,50,5,'ASC');