Ignore:
Timestamp:
Jul 13, 2012, 12:12:21 PM (12 years ago)
Author:
mistic100
Message:

-separate "archive_comment" in a new config parameter
-confirmation message before start download

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/BatchDownloader/admin.php

    r16392 r16689  
    1414$tabsheet->assign();
    1515
     16if (!class_exists('ZipArchive'))
     17{
     18  array_push($page['errors'], l10n('Unable to find ZipArchive PHP extension, Batch Downloader can\'t work without this extension.'));
     19}
     20
    1621// include page
    1722include(BATCH_DOWNLOAD_PATH . 'admin/' . $page['tab'] . '.php');
Note: See TracChangeset for help on using the changeset viewer.