Index: branches/2.8.x/CHANGELOG
===================================================================
--- branches/2.8.x/CHANGELOG	(revision 1310)
+++ branches/2.8.x/CHANGELOG	(revision 1311)
@@ -12,6 +12,8 @@
 
 ------------------------------------- 2.8.1 -------------------------------------
 01-Apr-2010 Dietmar Woellbrink (Luisehahne)
+#	Ticket #967 Typo in the mysql-query results in "not" upgrading the modul info ( tks to Aldus)
+01-Apr-2010 Dietmar Woellbrink (Luisehahne)
 #	Ticket 963 Minor XSS issue in admin login
 !	update jquery-ui-min.js from 1.7.2 to 1.8.0
 #	Fixed typo in the english language file
Index: branches/2.8.x/wb/admin/interface/version.php
===================================================================
--- branches/2.8.x/wb/admin/interface/version.php	(revision 1310)
+++ branches/2.8.x/wb/admin/interface/version.php	(revision 1311)
@@ -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.x');
-if(!defined('REVISION')) define('REVISION', '1310');
+if(!defined('REVISION')) define('REVISION', '1311');
 
 ?>
\ No newline at end of file
Index: branches/2.8.x/wb/framework/functions.php
===================================================================
--- branches/2.8.x/wb/framework/functions.php	(revision 1310)
+++ branches/2.8.x/wb/framework/functions.php	(revision 1311)
@@ -934,7 +934,7 @@
 				$sql .= '`description` = "'.addslashes($module_description).'", ';
 				$sql .= '`platform` = "'.$module_platform.'", ';
 				$sql .= '`author` = "'.addslashes($module_author).'", ';
-				$sql .= '`license` = "'.addslashes($module_license).'", ';
+				$sql .= '`license` = "'.addslashes($module_license).'" ';
 				$sql .= 'WHERE `directory` = "'.$module_directory.'"';
 				$database->query($sql);
 				// Run upgrade script
