english standardization

This commit is contained in:
Grand Philippe 2013-02-22 10:24:24 +01:00
parent e84524555c
commit d255dc5114

View File

@ -30,6 +30,7 @@ UPDATE llx_const set value='auguria_menu.php' where value='auguria_backoffice.ph
UPDATE llx_const set value='auguria_menu.php' where value='auguria_frontoffice.php';
UPDATE llx_const set value='smartphone_menu.php' where value='smartphone_backoffice.php';
UPDATE llx_const set value='smartphone_menu.php' where value='smartphone_frontoffice.php';
UPDATE llx_const set value='MAIN_INFO_SOCIETE_ADDRESS' where value='MAIN_INFO_SOCIETE_ADRESSE';
ALTER TABLE llx_user add COLUMN fk_user integer;