Changeset 27209 for extensions


Ignore:
Timestamp:
Feb 5, 2014, 5:52:32 PM (11 years ago)
Author:
Eric
Message:

Next version is 2.6.1 :
Fix bug with UAM module in PWG_Stuff (thx to Gabeek for reporting)

Location:
extensions/UserAdvManager/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • extensions/UserAdvManager/trunk/changelog.txt.php

    r26955 r27209  
    480480           Update ru_RU, thanks to : Konve
    481481           Update el_GR, thanks to : bas_alba
     482
     483-- 2.6.1 : Fix bug with UAM module in PWG_Stuff (thx to Gabeek for reporting)
     484           Obsolete translation keys cleanup
     485           Update el_GR, thanks to : bas_alba
     486           Update pt_BR, thanks to : flaviove
     487           Update lv_LV, thanks to : agrisans
     488           Update it_IT, thanks to : Ericnet
     489           Update de_DE, thanks to : Joergen
     490           Update es_ES, thanks to : jpr928
    482491*/
    483492?>
  • extensions/UserAdvManager/trunk/stuffs_module/config.inc.php

    r12271 r27209  
    77// set configuration
    88// -----------------
    9 if (isset($_POST['submit']) and !is_adviser()) {
     9if (isset($_POST['submit'])) {
    1010  $datas = stripslashes($_POST['personal_content']);
    1111}
Note: See TracChangeset for help on using the changeset viewer.