thu
Joined: 24 Feb 2006
Posts: 8
|
| Posted: Sun Feb 26, 2006 9:17 pm Post subject: Re: translation of file "combo strings" again abd |
|
|
After translating include/ComboStrings.php you can restart creation the database (fresh installation) but you have to also correct the bug in
include/PopulateComboValues.php before reinstallation.
line 33:
from
$adb->query("insert into ".$tableName. " values('','".$val."',".$i.",1)");
into:
$adb->query("insert into ".$tableName. " values('','".$cal."',".$i.",1)");
To reinstall the database you have restore initial contents of config.php.
Hope this help you. |
|