Index: branches/2.8.x/CHANGELOG
===================================================================
--- branches/2.8.x/CHANGELOG	(revision 1231)
+++ branches/2.8.x/CHANGELOG	(revision 1232)
@@ -11,6 +11,8 @@
 ! = Update/Change
 
 ------------------------------------- 2.8.1 -------------------------------------
+30-Dec-2009 Dietmar Woellbrink (Luisehahne)
+#	fix Warning: stristr() [function.stristr]
 29-Dec-2009 Dietmar Woellbrink (Luisehahne)
 !	set revision constant to release version
 29-Dec-2009 Dietmar Woellbrink (Luisehahne)
Index: branches/2.8.x/wb/upgrade-script.php
===================================================================
--- branches/2.8.x/wb/upgrade-script.php	(revision 1231)
+++ branches/2.8.x/wb/upgrade-script.php	(revision 1232)
@@ -225,10 +225,10 @@
 $OK   = '<span class="ok">OK</span>';
 $FAIL = '<span class="error">FAILED</span>';
 $check_text = 'total ';
-$check_tables = mysqlCheckTables( DB_NAME ) ;
-if(sizeof($check_tables) == 22)
+// $check_tables = mysqlCheckTables( DB_NAME ) ;
+if(sizeof($all_tables) == 22)
 {
-    echo '<h4>NOTICE: Your database '.DB_NAME.' has '.sizeof($check_tables).' '.$check_text.' tables from 22 included in package</h4>';
+    echo '<h4>NOTICE: Your database '.DB_NAME.' has '.sizeof($all_tables).' '.$check_text.' tables from '.sizeof($table_list).' included in package</h4>';
 }
 else
 {
Index: branches/2.8.x/wb/admin/interface/version.php
===================================================================
--- branches/2.8.x/wb/admin/interface/version.php	(revision 1231)
+++ branches/2.8.x/wb/admin/interface/version.php	(revision 1232)
@@ -4,8 +4,8 @@
 *
 * $Id: version.php 1230 2009-12-28 23:34:48Z Luisehahne $
 *
-* $Revision$
 *
+*
 *****************************************************************************
 *                          WebsiteBaker
 *
@@ -70,6 +70,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', '1231');
+if(!defined('REVISION')) define('REVISION', '1232');
 
 ?>
\ No newline at end of file

Property changes on: branches/2.8.x/wb/admin/interface/version.php
___________________________________________________________________
Modified: svn:keywords
## -1,2 +1 ##
-$Id
-$Revision$
\ No newline at end of property
+$Id
\ No newline at end of property
