Subversion Repositories oidplus

Compare Revisions

Regard whitespace Rev 754 → Rev 755

/trunk/plugins/viathinksoft/adminPages/920_nostalgia/export_dos.php
29,6 → 29,10
throw new OIDplusException(_L('This plugin was disabled by the system administrator!'));
}
 
if (!class_exists('ZipArchive')) {
throw new OIDplusException(_L('The PHP extension "ZipArchive" needs to be installed to create a ZIP archive with an included database. Otherwise, you can just download the plain program without data.'));
}
 
$dos_ids = array();
$parent_oids = array();
$i = 0;