Project

General

Profile

« Previous | Next » 

Revision 1850

Added by Dietmar over 11 years ago

! add default_timezone in admin account by new installation

View differences:

branches/2.8.x/CHANGELOG
13 13

  
14 14

  
15 15

  
16
06 Jan-2013 Build 1850 Dietmar Woellbrink (Luisehahne)
17
! add default_timezone in admin account by new installation 
16 18
06 Jan-2013 Build 1849 Dietmar Woellbrink (Luisehahne)
17 19
# typofix page_extended in admin/settings and admin/pages/
18 20
! Fill empty option modules dropdown in admin/pages/sections.php
branches/2.8.x/wb/admin/interface/version.php
51 51

  
52 52
// check if defined to avoid errors during installation (redirect to admin panel fails if PHP error/warnings are enabled)
53 53
if(!defined('VERSION')) define('VERSION', '2.8.3');
54
if(!defined('REVISION')) define('REVISION', '1849');
54
if(!defined('REVISION')) define('REVISION', '1850');
55 55
if(!defined('SP')) define('SP', '');
branches/2.8.x/wb/install/save.php
431 431
	if(!$database->query($insert_admin_group)) { set_error($database->get_error()); }
432 432

  
433 433
// Admin user
434
    $insert_admin_user = "INSERT INTO `".TABLE_PREFIX."users` VALUES (1, 1, '1', 1, '$admin_username', '".md5($admin_password)."', '', 0, '', 0, 'Administrator', '$admin_email', 0, '', '', '$default_language', '', 0, '');";
434
    $insert_admin_user = "INSERT INTO `".TABLE_PREFIX."users` VALUES (1, 1, '1', 1, '$admin_username', '".md5($admin_password)."', '', 0, '', 0, 'Administrator', '$admin_email', $default_timezone, '', '', '$default_language', '', 0, '');";
435 435
	if(!$database->query($insert_admin_user)) { set_error($database->get_error()); }
436 436

  
437 437
// Search layout default data

Also available in: Unified diff