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/util.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'framework/I18N/core/util.php') diff --git a/framework/I18N/core/util.php b/framework/I18N/core/util.php index f84c4fb2..c5f15467 100644 --- a/framework/I18N/core/util.php +++ b/framework/I18N/core/util.php @@ -14,10 +14,12 @@ * * @author Wei Zhuo * @version $Revision: 1.3 $ $Date: 2005/08/27 03:21:12 $ - * @package System.I18N.core + * @package Prado\I18N\core */ +namespace Prado\I18N\core; + /** * For a given DSN (database connection string), return some information * about the DSN. This function comes from PEAR's DB package. -- cgit v1.2.3