Project

General

Profile

« Previous | Next » 

Revision 780

Added by thorn about 16 years ago

WYSIWYG: changed field text to LONGTEXT, too.

View differences:

trunk/CHANGELOG
12 12

  
13 13
------------------------------------- 2.7.0 -------------------------------------
14 14
28-Mar-2008 Thomas Hornik
15
!	Some cleanup in search.php
15
!	Some cleanup in search.php
16
!	WYSIWYG: changed field text to LONGTEXT, too.
16 17
25-Mar-2008 Matthias Gallas
17 18
!	Updated Dutch language file (Thanks to Bramus)
18 19
26-Mar-2008 Tomas Hornik
trunk/wb/modules/wysiwyg/install.php
31 31
		. ' `section_id` INT NOT NULL DEFAULT \'0\','
32 32
		. ' `page_id` INT NOT NULL DEFAULT \'0\','
33 33
		. ' `content` LONGTEXT NOT NULL ,'
34
		. ' `text` TEXT NOT NULL ,'
34
		. ' `text` LONGTEXT NOT NULL ,'
35 35
		. ' PRIMARY KEY ( `section_id` ) '
36 36
		. ' )';
37 37
	$database->query($mod_wysiwyg);

Also available in: Unified diff