Преглед изворни кода

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

Ricardo Rodriguez пре 14 година
родитељ
комит
3c9857a83d
1 измењених фајлова са 0 додато и 1 уклоњено
  1. 0 1
      main/auth/profile.php

+ 0 - 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) {