diff options
Diffstat (limited to 'framework/I18N/core/util.php')
-rw-r--r-- | framework/I18N/core/util.php | 4 |
1 files changed, 3 insertions, 1 deletions
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 <weizhuo[at]gmail[dot]com> * @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. |