Bug 6138: Related to the update or upload of nor upgraded translation files. Seems that certain translation strings has some issues, the latest translation files don't have that issue.

This commit is contained in:
Gustavo Adolfo Cruz Laura
2011-02-16 23:26:21 +00:00
parent 5a53649ee4
commit bc6532f445

View File

@@ -310,6 +310,9 @@ class languages {
$codes = explode('-', $reference);
foreach($codes as $i=>$code){
$codes[$i] = trim($code);
if ( $codes[$i] == "''" ){
$codes[$i] = '';
}
}
$fieldName = trim($codes[1]);