Changeset 27209 for extensions
- Timestamp:
- Feb 5, 2014, 5:52:32 PM (11 years ago)
- Location:
- extensions/UserAdvManager/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
extensions/UserAdvManager/trunk/changelog.txt.php
r26955 r27209 480 480 Update ru_RU, thanks to : Konve 481 481 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 482 491 */ 483 492 ?> -
extensions/UserAdvManager/trunk/stuffs_module/config.inc.php
r12271 r27209 7 7 // set configuration 8 8 // ----------------- 9 if (isset($_POST['submit']) and !is_adviser()) {9 if (isset($_POST['submit'])) { 10 10 $datas = stripslashes($_POST['personal_content']); 11 11 }
Note: See TracChangeset
for help on using the changeset viewer.