Closed (fixed)
Project:
Localizer
Version:
4.7.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
13 Jan 2007 at 08:50 UTC
Updated:
15 Jan 2007 at 16:42 UTC
understand this only as an code example, while this bug is inside every .install file, please.
db_query("CREATE TABLE {localizeruser} (
uid int(10) unsigned NOT NULL,
nodeslocale varchar(100),
PRIMARY KEY (uid)
) CHARSET=utf8");
db_query("CREATE TABLE {localizeruser} (
uid int(10) unsigned NOT NULL,
nodeslocale varchar(100),
PRIMARY KEY (uid)
) /*!40100 DEFAULT CHARACTER SET utf8 */;");
this make sure, Drupal has the hand on creating correct SQL statements...
Comments
Comment #1
Roberto Gerola commentedThanks.
Corrected
Drupal 4.7.4 : http://cvs.drupal.org/viewcvs/drupal/contributions/modules/localizer/?on...
Drupal 5 RC1 : http://cvs.drupal.org/viewcvs/drupal/contributions/modules/localizer/?on...
Roberto
Comment #2
Roberto Gerola commentedComment #3
Roberto Gerola commented