Project

General

Profile

« Previous | Next » 

Revision 1727

Added by Dietmar about 12 years ago

  1. fixed upgrading group systempermission by upgrading WebsiteBaker
    ! set svn properties /media/upload.php

View differences:

branches/2.8.x/CHANGELOG
13 13

  
14 14

  
15 15

  
16
30 Aug-2012 Build 1727 Dietmar Woellbrink (Luisehahne)
17
# fixed upgrading group systempermission by upgrading WebsiteBaker
18
! set svn properties /media/upload.php
16 19
30 Aug-2012 Build 1726 Dietmar Woellbrink (Luisehahne)
17 20
! change multi-dimensional arrays (variables) to similar arrays
18 21
! change message if uploaded file exists
branches/2.8.x/wb/admin/start/index.php
93 93
	if($wb_revision = $database->get_one($sql)) {
94 94

  
95 95
	}
96
	if (version_compare($wb_revision, '1691' ) < 0) {
96

  
97
	if ((version_compare($wb_revision, '1800' )  < 0)&& !defined('GROUPS_UPDATED')) {
97 98
		require_once (ADMIN_PATH.'/groups/upgradePermissions.php');
98 99
		// build new or changed $sTempPermissions
99 100
		if(upgrade_group_system_permissions()){
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', '1726');
54
if(!defined('REVISION')) define('REVISION', '1727');
55 55
if(!defined('SP')) define('SP', '');

Also available in: Unified diff