Project

General

Profile

« Previous | Next » 

Revision 1403

Added by Dietmar over 13 years ago

small fix

View differences:

branches/2.8.x/CHANGELOG
11 11
! = Update/Change
12 12

  
13 13
------------------------------------- 2.8.2 -------------------------------------
14
22 Jan-2011 Build 1403 Dietmar Woellbrink (Luisehahne)
15
! small fix
14 16
22 Jan-2011 Build 1402 Dietmar Woellbrink (Luisehahne)
15 17
! secure peparing and beginning fix admin/pages
16 18
21 Jan-2011 Build 1401 Frank Heyne (FrankH)
branches/2.8.x/wb/admin/pages/sections.php
79 79
		require(WB_PATH.'/framework/class.order.php');
80 80
		$order = new order(TABLE_PREFIX.'sections', 'position', 'section_id', 'page_id');
81 81
		$order->clean($page_id);
82
		$admin->print_success($TEXT['SUCCESS'], ADMIN_URL.'/pages/sections.php?page_id='.$admin->getIDKEY($page_id));
82
		$admin->print_success($TEXT['SUCCESS'], ADMIN_URL.'/pages/sections.php?page_id='.$page_id );
83 83
		$admin->print_footer();
84 84
		exit();
85 85
	}
branches/2.8.x/wb/admin/interface/version.php
52 52

  
53 53
// check if defined to avoid errors during installation (redirect to admin panel fails if PHP error/warnings are enabled)
54 54
if(!defined('VERSION')) define('VERSION', '2.8.2.RC5');
55
if(!defined('REVISION')) define('REVISION', '1402');
55
if(!defined('REVISION')) define('REVISION', '1403');
56 56

  
57 57
?>

Also available in: Unified diff