Ignore:
Timestamp:
Jun 9, 2014, 7:11:17 PM (10 years ago)
Author:
mistic100
Message:

update for 2.7

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/skeleton/trunk/admin/config.php

    r24182 r28650  
    1414    'option3' => $_POST['option3'],
    1515    );
    16      
    17   conf_update_param('skeleton', serialize($conf['skeleton']));
    18   array_push($page['infos'], l10n('Information data registered in database'));
     16
     17  conf_update_param('skeleton', $conf['skeleton']);
     18  $page['infos'][] = l10n('Information data registered in database');
    1919}
    2020
     
    2424  'three' => l10n('Three'),
    2525  );
    26  
     26
    2727// send config to template
    2828$template->assign(array(
Note: See TracChangeset for help on using the changeset viewer.