Not showing the extra fields that doesnt have the filter ON

skala
Julio Montoya 14 years ago
parent a4fcd54f4a
commit b40b1591a9
  1. 2
      main/mySpace/myspace.lib.php

@ -264,7 +264,7 @@ class MySpace {
if ($_GET['export'] == 'options') {
// get all the defined extra fields
$extrafields = UserManager::get_extra_fields(0, 50, 5, 'ASC', false);
$extrafields = UserManager::get_extra_fields(0, 50, 5, 'ASC', false, 1);
// creating the form with all the defined extra fields
$form = new FormValidator('exportextrafields', 'post', api_get_self()."?view=".Security::remove_XSS($_GET['view']).'&display='.Security::remove_XSS($_GET['display']).'&export='.Security::remove_XSS($_GET['export']));

Loading…
Cancel
Save