Ignore:
Timestamp:
Sep 30, 2011, 1:51:10 PM (13 years ago)
Author:
Eric
Message:

Merge r12271 from trunk to branch 2.30

File:
1 edited

Legend:

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

    r9908 r12272  
    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.