Modified - Changed in the view of extended profile, now the CV is visible by default

skala
Ricardo Rodriguez 16 years ago
parent 5e75c6a0d7
commit 3c9857a83d
  1. 1
      main/auth/profile.php

@ -294,7 +294,6 @@ if (is_profile_editable() && api_get_setting('profile', 'password') == 'true') {
// EXTRA FIELDS
$extra = UserManager::get_extra_fields(0, 50, 5, 'ASC');
$extra_data = UserManager::get_extra_user_data(api_get_user_id(), true);
foreach ($extra as $id => $field_details) {
if ($field_details[6] == 0) {

Loading…
Cancel
Save