Index: branches/2.8.x/CHANGELOG
===================================================================
--- branches/2.8.x/CHANGELOG	(revision 1908)
+++ branches/2.8.x/CHANGELOG	(revision 1909)
@@ -12,6 +12,8 @@
 ===============================================================================
 
 
+07 Jun-2013 Build 1909 Dietmar Woellbrink (Luisehahne)
+! install/save.php,search_modext.php set $sSectionIdPrefix (SEC_ANCHOR) to the right value
 07 Jun-2013 Build 1908 Dietmar Woellbrink (Luisehahne)
 ! class.admin.php corrected url_help, 
   add Translat::disableAddon() in methode print_footer
Index: branches/2.8.x/wb/admin/interface/version.php
===================================================================
--- branches/2.8.x/wb/admin/interface/version.php	(revision 1908)
+++ branches/2.8.x/wb/admin/interface/version.php	(revision 1909)
@@ -51,5 +51,5 @@
 
 // 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.3');
-if(!defined('REVISION')) define('REVISION', '1908');
+if(!defined('REVISION')) define('REVISION', '1909');
 if(!defined('SP')) define('SP', '');
Index: branches/2.8.x/wb/search/search_modext.php
===================================================================
--- branches/2.8.x/wb/search/search_modext.php	(revision 1908)
+++ branches/2.8.x/wb/search/search_modext.php	(revision 1909)
@@ -166,7 +166,7 @@
 	
 	// since wb 2.7.1 the section-anchor is configurable - SEC_ANCHOR holds the anchor name
 	if(substr($page_link_target,0,12)=='#wb_section_') {
-		if(defined('SEC_ANCHOR') && SEC_ANCHOR!='') {
+		if(defined('SEC_ANCHOR') && SEC_ANCHOR!='none') {
 			$sec_id = substr($page_link_target, 12);
 			$page_link_target = '#'.SEC_ANCHOR.$sec_id;
 		} else { // section-anchors are disabled
Index: branches/2.8.x/wb/install/save.php
===================================================================
--- branches/2.8.x/wb/install/save.php	(revision 1908)
+++ branches/2.8.x/wb/install/save.php	(revision 1909)
@@ -484,7 +484,7 @@
 	." ( 9, 'er_level', '0'),"
 	." (10, 'default_language', '$default_language'),"
 	." (11, 'app_name', 'wb_$session_rand'),"
-	." (12, 'sec_anchor', 'section_'),"
+	." (12, 'sec_anchor', 'Sec'),"
 	." (13, 'default_timezone', '$default_timezone'),"
 	." (14, 'default_date_format', 'Y-m-d'),"
 	." (15, 'default_time_format', 'h:i A'),"
