From: Rotem Liss Date: Mon, 5 Nov 2007 10:29:31 +0000 (+0000) Subject: Fixing a comment. X-Git-Tag: 1.31.0-rc.0~51002 X-Git-Url: http://git.cyclocoop.org/url?a=commitdiff_plain;h=b55dfe354a7cc8eab821037fb843ea2e1f528b25;p=lhc%2Fweb%2Fwiklou.git Fixing a comment. --- diff --git a/languages/Language.php b/languages/Language.php index 375c2e204a..338c3484f0 100644 --- a/languages/Language.php +++ b/languages/Language.php @@ -692,7 +692,7 @@ class Language { * Algorithm by Roozbeh Pournader and Mohammad Toossi to convert * Gregorian dates to Iranian dates. Originally written in C, it * is released under the terms of GNU Lesser General Public - * License. Conversion to PHP was performed by Niklas Laxström. + * License. Conversion to PHP was performed by Niklas Laxström. * * Link: http://www.farsiweb.info/jalali/jalali.c */ @@ -2006,8 +2006,3 @@ class Language { return str_replace( '$1', $this->formatNum( $size ), $text ); } } - - - - -