Index: branches/2.8.x/CHANGELOG
===================================================================
--- branches/2.8.x/CHANGELOG	(revision 1743)
+++ branches/2.8.x/CHANGELOG	(revision 1744)
@@ -12,8 +12,10 @@
 ===============================================================================
 
 
-
-07 Sep-2012 Build 1743 Dietmar Woellbrink (Luisehahne)
+
+07 Sep-2012 Build 1744 Dietmar Woellbrink (Luisehahne)
+# typofix upgrade-script Adding redirect timer to settings table
+07 Sep-2012 Build 1743 Dietmar Woellbrink (Luisehahne)
 ! styling permissions blocks in page settings by backend theme css
 07 Sep-2012 Build 1742 Dietmar Woellbrink (Luisehahne)
 ! Now you can style account login with your frontend Template CSS
@@ -3039,4 +3041,4 @@
 +	User can now select custom Language and Date & Time Formats
 +	Added search functionality, with three different "methods":
 	1. Using all words  2. Using any words  3. Exact match
-+	Added native MySQL database support
++	Added native MySQL database support
Index: branches/2.8.x/wb/upgrade-script.php
===================================================================
--- branches/2.8.x/wb/upgrade-script.php	(revision 1743)
+++ branches/2.8.x/wb/upgrade-script.php	(revision 1744)
@@ -400,7 +400,7 @@
  */
 echo "Adding redirect timer to settings table";
 $cfg = array(
-	'redirect_timer' => defined('Redirect_Timer') ? Redirect_Timer : '1500'
+	'redirect_timer' => defined('REDIRECT_TIMER') ? REDIRECT_TIMER : '1500'
 );
 echo (db_update_key_value( 'settings', $cfg ) ? " $OK<br />" : " $FAIL!<br />");
 
Index: branches/2.8.x/wb/admin/interface/version.php
===================================================================
--- branches/2.8.x/wb/admin/interface/version.php	(revision 1743)
+++ branches/2.8.x/wb/admin/interface/version.php	(revision 1744)
@@ -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', '1743');
+if(!defined('REVISION')) define('REVISION', '1744');
 if(!defined('SP')) define('SP', '');
