Version 1.1.13: Fix french expiration date (problem with accentuated characters) |
Tuesday, 13 January 2009 00:00 |
French date format problem with accentuated charactersOn french system, the expiration date may be wrong because the PHP date format conversion assume american format only and the accentuated character also generate problem. The fix has consist to force using internal american date format to avoid the problem. We have also noticed a problem with the date dialog box that is displayed in the slave site to specify a date. The problem was also due to the date format used. UNIX deployement default JPATH_BASEWhen working on Unix platform, it is possible to deploy a slave site into a specific directory. The new implementation fix a problem in the value of __FILE__ that may different depending on PHP server. Update French and Spanish language filesFix one french error message. Enhancement |