X-Git-Url: http://git.cyclocoop.org/%22.%24h.%22?a=blobdiff_plain;f=languages%2FLanguage.php;h=2ec2d54e73b87568a0269ba2ca058cefdce24904;hb=aa3319c4c0e3dab7d4eb9d64e49ccbd403c99b00;hp=6a83044730a1353e16c069ec5cce1cca677af780;hpb=08c266e1fdebcc13beb419ea655ca9bc487bc712;p=lhc%2Fweb%2Fwiklou.git diff --git a/languages/Language.php b/languages/Language.php index 6a83044730..2ec2d54e73 100644 --- a/languages/Language.php +++ b/languages/Language.php @@ -2158,12 +2158,10 @@ class Language { * the date preference they're supposed to use, it should be used in * all children. * - * - * function timeanddate([...], $format = true) { - * $datePreference = $this->dateFormat($format); - * [...] - * } - * + * function timeanddate([...], $format = true) { + * $datePreference = $this->dateFormat($format); + * [...] + * } * * @param int|string|bool $usePrefs If true, the user's preference is used * if false, the site/language default is used