GHengeveld |
|
---|---|
I noticed that the Seditio tag USER_EXTRA1_TITLE and the like no longer work in Cotonti.
Here's what I did to fix that: Place the following code: $t3 = $t1."_TITLE"; $t4 = $row['field_description']; $useredit_array[$t3] = $t4;In (system/core/users/): users.edit.inc.php - line 333 users.profile.inc.php - line 594 |