diff options
Diffstat (limited to 'framework/I18N/core/MessageSource_XLIFF.php')
-rw-r--r-- | framework/I18N/core/MessageSource_XLIFF.php | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/framework/I18N/core/MessageSource_XLIFF.php b/framework/I18N/core/MessageSource_XLIFF.php index 3b3a8813..2a2353ea 100644 --- a/framework/I18N/core/MessageSource_XLIFF.php +++ b/framework/I18N/core/MessageSource_XLIFF.php @@ -13,7 +13,6 @@ * {@link http://prado.sourceforge.net/} * * @author Wei Zhuo <weizhuo[at]gmail[dot]com> - * @version $Revision: 1.8 $ $Date: 2005/12/17 06:11:28 $ * @package Prado\I18N\core */ @@ -36,7 +35,6 @@ require_once(dirname(__FILE__).'/MessageSource.php'); * See the MessageSource::factory() method to instantiate this class. * * @author Xiang Wei Zhuo <weizhuo[at]gmail[dot]com> - * @version v1.0, last update on Fri Dec 24 16:18:44 EST 2004 * @package Prado\I18N\core */ class MessageSource_XLIFF extends MessageSource |