Index: trunk/CHANGELOG
===================================================================
--- trunk/CHANGELOG	(revision 918)
+++ trunk/CHANGELOG	(revision 919)
@@ -11,6 +11,10 @@
 ! = Update/Change
 
 ------------------------------------- 2.8.0 -------------------------------------
+02-Feb-2009 Matthias Gallas
+#	Fixed bug wich causes that install of captcha-control may fail (ticket #682 thanks to thorn)
+01-Feb-2009 Matthias Gallas
+!	Update FCKEditor to version 2.6.4
 22-Jan-2009 Christian Sommer
 !	Added default target attribut to backend menu links
 21-Jan-2009 Matthias Gallas
Index: trunk/wb/modules/captcha_control/install.php
===================================================================
--- trunk/wb/modules/captcha_control/install.php	(revision 918)
+++ trunk/wb/modules/captcha_control/install.php	(revision 919)
@@ -36,7 +36,7 @@
 	`asp_session_min_age` INT(11) NOT NULL DEFAULT '20',
 	`asp_view_min_age` INT(11) NOT NULL DEFAULT '10',
 	`asp_input_min_age` INT(11) NOT NULL DEFAULT '5',
-	`ct_text` LONGTEXT NOT NULL DEFAULT ''
+	`ct_text` LONGTEXT NOT NULL
 	)"
 );
 
