Index: textimage.install =================================================================== RCS file: /cvs/drupal-contrib/contributions/modules/textimage/textimage.install,v retrieving revision 1.1 diff -u -p -r1.1 textimage.install --- textimage.install 22 Jan 2007 14:10:34 -0000 1.1 +++ textimage.install 12 Jun 2007 18:38:38 -0000 @@ -8,7 +8,7 @@ function textimage_install() { db_query('CREATE TABLE {textimage_preset} ( pid INT UNSIGNED NOT NULL PRIMARY KEY, name VARCHAR(255) NOT NULL DEFAULT \'\', - settings TEXT NOT NULL DEFAULT \'\' ) + settings TEXT NOT NULL ) /*!40100 DEFAULT CHARACTER SET utf8 */' ); @@ -97,4 +97,4 @@ function textimage_update_1() { variable_del('textimage_image_margin'); return $ret; -} \ No newline at end of file +}