Project

General

Profile

« Previous | Next » 

Revision 114

Added by stefan about 19 years ago

Module table entries now get deleted upon module installation. Removed 1 second delay in admin success messages.

View differences:

install.php
8 8
	// Setup the PclZip object
9 9
	$editor_archive = new PclZip($editor_file);
10 10

  
11
	// Unzip FCKeditor to the module dir
11
	// Unzip to module dir
12 12
	$list = $editor_archive->extract(PCLZIP_OPT_PATH, $module_dir);
13 13
	if(!$list) {
14 14
		$admin->print_error($MESSAGE['GENERIC']['CANNOT_UNZIP']);

Also available in: Unified diff