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:

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()){

Also available in: Unified diff