Index: branches/2.8.x/CHANGELOG
===================================================================
--- branches/2.8.x/CHANGELOG	(revision 1282)
+++ branches/2.8.x/CHANGELOG	(revision 1283)
@@ -12,6 +12,8 @@
  
 ------------------------------------- 2.8.1 -------------------------------------
 30-Jan-2010 Dietmar Woellbrink (Luisehahne)
+#	Ticket #931 bug in admin/access/index.php
+30-Jan-2010 Dietmar Woellbrink (Luisehahne)
 !	continue update headertext
 !	fixed tpyo Website Baker to WebsiteBaker in main language files
 30-Jan-2010 Dietmar Woellbrink (Luisehahne)
Index: branches/2.8.x/wb/admin/interface/version.php
===================================================================
--- branches/2.8.x/wb/admin/interface/version.php	(revision 1282)
+++ branches/2.8.x/wb/admin/interface/version.php	(revision 1283)
@@ -52,6 +52,6 @@
 
 // check if defined to avoid errors during installation (redirect to admin panel fails if PHP error/warnings are enabled)
 if(!defined('VERSION')) define('VERSION', '2.8.1');
-if(!defined('REVISION')) define('REVISION', '1282');
+if(!defined('REVISION')) define('REVISION', '1283');
 
 ?>
\ No newline at end of file
Index: branches/2.8.x/wb/admin/access/index.php
===================================================================
--- branches/2.8.x/wb/admin/access/index.php	(revision 1282)
+++ branches/2.8.x/wb/admin/access/index.php	(revision 1283)
@@ -15,7 +15,8 @@
  * @lastmodified    $Date:  $
  *
  *
-
+ */
+ 
 require('../../config.php');
 require_once(WB_PATH.'/framework/class.admin.php');
 $admin = new admin('Access', 'access');
