diff options
Diffstat (limited to 'framework/I18N/core/MessageSource_MySQL.php')
-rw-r--r-- | framework/I18N/core/MessageSource_MySQL.php | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/framework/I18N/core/MessageSource_MySQL.php b/framework/I18N/core/MessageSource_MySQL.php index 52715ecd..58618dc3 100644 --- a/framework/I18N/core/MessageSource_MySQL.php +++ b/framework/I18N/core/MessageSource_MySQL.php @@ -13,7 +13,6 @@ * {@link http://prado.sourceforge.net/} * * @author Wei Zhuo <weizhuo[at]gmail[dot]com> - * @version $Revision: 1.4 $ $Date: 2005/02/25 09:59:40 $ * @package Prado\I18N\core */ @@ -37,7 +36,6 @@ require_once(dirname(__FILE__).'/util.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:58:58 EST 2004 * @package Prado\I18N\core */ class MessageSource_MySQL extends MessageSource |