From b927e32fa14869bc3a48d1fba6b2a161b9606270 Mon Sep 17 00:00:00 2001 From: Fabio Bas Date: Wed, 21 Jan 2015 09:21:46 +0100 Subject: Add namespaces: Exceptions, I18N, Security --- framework/I18N/core/Gettext/TGettext.php | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'framework/I18N/core/Gettext/TGettext.php') diff --git a/framework/I18N/core/Gettext/TGettext.php b/framework/I18N/core/Gettext/TGettext.php index 2c5f91c7..860a9208 100644 --- a/framework/I18N/core/Gettext/TGettext.php +++ b/framework/I18N/core/Gettext/TGettext.php @@ -13,9 +13,11 @@ * * @author Wei Zhuo * @version $Revision: 1.4 $ $Date: 2005/01/09 23:36:23 $ - * @package System.I18N.core + * @package Prado\I18N\core\Gettext */ +namespace Prado\I18N\core\Gettext; + // +----------------------------------------------------------------------+ // | PEAR :: File :: Gettext | // +----------------------------------------------------------------------+ @@ -54,7 +56,7 @@ * @author Michael Wallner * @version $Revision: 1.4 $ * @access public - * @package System.I18N.core + * @package Prado\I18N\core\Gettext */ class TGettext { -- cgit v1.2.3