Project

General

Profile

« Previous | Next » 

Revision 1734

Added by Dietmar about 12 years ago

  1. typofix in /install/save.php and /admin/settings_page.php

View differences:

save.php
479 479
	." ('wbmailer_smtp_password', ''),"
480 480
	." ('fingerprint_with_ip_octets', '2'),"
481 481
	." ('secure_form_module', ''),"
482
	." ('groups_updated', time(),"
482
	." ('groups_updated', 'time()' ),"
483 483
	." ('page_extended', 'true'),"
484 484
	." ('mediasettings', '')";
485 485
	$database->query($settings_rows);
......
650 650
	if(file_exists(WB_PATH.'/install/languages')) {
651 651
		// Unpack pre-packaged languages
652 652
	}
653

  
653 654
	$admin=new admin_dummy('Start','',false,false);
654 655
	// Load addons into DB
655 656
	$dirs['modules'] = WB_PATH.'/modules/';

Also available in: Unified diff