summaryrefslogtreecommitdiff
path: root/framework/I18N/core/MessageSource_SQLite.php
diff options
context:
space:
mode:
Diffstat (limited to 'framework/I18N/core/MessageSource_SQLite.php')
-rw-r--r--framework/I18N/core/MessageSource_SQLite.php8
1 files changed, 5 insertions, 3 deletions
diff --git a/framework/I18N/core/MessageSource_SQLite.php b/framework/I18N/core/MessageSource_SQLite.php
index 46b5d865..78e4e78d 100644
--- a/framework/I18N/core/MessageSource_SQLite.php
+++ b/framework/I18N/core/MessageSource_SQLite.php
@@ -14,9 +14,11 @@
*
* @author Wei Zhuo <weizhuo[at]gmail[dot]com>
* @version $Revision: 1.4 $ $Date: 2005/02/25 09:59:40 $
- * @package System.I18N.core
+ * @package Prado\I18N\core
*/
-
+
+namespace Prado\I18N\core;
+
/**
* Get the MessageSource class file.
*/
@@ -36,7 +38,7 @@ require_once(dirname(__FILE__).'/util.php');
*
* @author Xiang Wei Zhuo <weizhuo[at]gmail[dot]com>
* @version v1.0, last update on Fri Dec 24 16:58:58 EST 2004
- * @package System.I18N.core
+ * @package Prado\I18N\core
*/
class MessageSource_SQLite extends MessageSource
{