mirror of
https://github.com/Mibew/mibew.git
synced 2025-03-03 18:38:31 +03:00
Fix bug with localized strings case sensitivity
This commit is contained in:
parent
1a599a6af3
commit
4649a0d3dc
@ -121,7 +121,7 @@ $dbtables = array(
|
||||
"stringid" => "int NOT NULL auto_increment PRIMARY KEY",
|
||||
"locale" => "varchar(5) NOT NULL",
|
||||
"context" => "varchar(256) NOT NULL DEFAULT ''",
|
||||
"source" => "text",
|
||||
"source" => "text COLLATE utf8_bin",
|
||||
"translation" => "text",
|
||||
),
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user