Index: trunk/CHANGELOG
===================================================================
--- trunk/CHANGELOG	(revision 601)
+++ trunk/CHANGELOG	(revision 602)
@@ -12,6 +12,7 @@
 
 ------------------------------------- 2.7.0 -------------------------------------
 26-Jan-2008 Christian Sommer
+!	changed WYSIWYG content field from text to longtext (allows more than 65'534 characters) 
 +	Added Javascript Admin module (developed by Stepan Riha, adapted for WB2.7 by Swen Uth)
 26-Jan-2008 Matthias Gallas
 +	Added keywords to files where they are missing
Index: trunk/wb/modules/wysiwyg/install.php
===================================================================
--- trunk/wb/modules/wysiwyg/install.php	(revision 601)
+++ trunk/wb/modules/wysiwyg/install.php	(revision 602)
@@ -30,7 +30,7 @@
 	$mod_wysiwyg = 'CREATE TABLE `'.TABLE_PREFIX.'mod_wysiwyg` ( '
 		. ' `section_id` INT NOT NULL DEFAULT \'0\','
 		. ' `page_id` INT NOT NULL DEFAULT \'0\','
-		. ' `content` TEXT NOT NULL ,'
+		. ' `content` LONGTEXT NOT NULL ,'
 		. ' `text` TEXT NOT NULL ,'
 		. ' PRIMARY KEY ( `section_id` ) '
 		. ' )';
