Ignore:
Timestamp:
Sep 30, 2011, 1:50:32 PM (13 years ago)
Author:
Eric
Message:
  • Bug 2447 fixed : Pre-filled text are localized for installation from scratch. If language is not supported by the plugin, the default language remains English.
  • maintain.inc.php refactory : Simplify installation from scratch and make code more readable.
  • Comments in all code are more readable.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/UserAdvManager/trunk/stuffs_module/config.inc.php

    r9908 r12271  
    55if (!isset($datas)) $datas = '';
    66
    7 // Enregistrement de la configuration
     7// set configuration
     8// -----------------
    89if (isset($_POST['submit']) and !is_adviser()) {
    910  $datas = stripslashes($_POST['personal_content']);
    1011}
    1112
    12 // Parametrage du template
     13// Template init
     14// -------------
    1315$template->assign('cat_style', array());
    1416$template->assign(array('PERSONAL_CONTENT' => $datas));
Note: See TracChangeset for help on using the changeset viewer.