Ignore:
Timestamp:
Jun 29, 2014, 4:17:09 PM (10 years ago)
Author:
mistic100
Message:

use new maintain class

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/BatchDownloader/admin/config.php

    r25932 r28834  
    2121    'last_clean'      => $conf['batch_download']['last_clean'],
    2222    );
    23   $conf['batch_download_comment'] = trim($_POST['archive_comment']);
    2423
    25   conf_update_param('batch_download', serialize($conf['batch_download']));
    26   conf_update_param('batch_download_comment', $conf['batch_download_comment']);
     24  conf_update_param('batch_download', $conf['batch_download']);
     25  conf_update_param('batch_download_comment', trim($_POST['archive_comment']), true);
    2726
    2827  $page['infos'][] = l10n('Information data registered in database');
Note: See TracChangeset for help on using the changeset viewer.