From: Siebrand Mazeland Date: Sat, 2 Oct 2010 22:45:28 +0000 (+0000) Subject: Remove comment related to PHP pre-5.1 version. X-Git-Tag: 1.31.0-rc.0~34661 X-Git-Url: https://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/comptes/journal.php?a=commitdiff_plain;h=5b6e4520204aca501dae73b98a89b5c2ce48b46b;p=lhc%2Fweb%2Fwiklou.git Remove comment related to PHP pre-5.1 version. --- diff --git a/languages/Language.php b/languages/Language.php index c8a7533cbe..a44a50d72f 100644 --- a/languages/Language.php +++ b/languages/Language.php @@ -618,9 +618,8 @@ class Language { * escaping format. * * Supported format characters are dDjlNwzWFmMntLoYyaAgGhHiscrU. See the - * PHP manual for definitions. "o" format character is supported since - * PHP 5.1.0, previous versions return literal o. - * There are a number of extensions, which start with "x": + * PHP manual for definitions. There are a number of extensions, which + * start with "x": * * xn Do not translate digits of the next numeric format character * xN Toggle raw digit (xn) flag, stays set until explicitly unset