From 281eda79cea84f95397040cb5c022c2bdb82e3d9 Mon Sep 17 00:00:00 2001 From: wei <> Date: Sat, 29 Apr 2006 23:39:51 +0000 Subject: Fixed #145. Updating js builds with a better js comment remover. --- framework/I18N/core/util.php | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'framework/I18N/core/util.php') diff --git a/framework/I18N/core/util.php b/framework/I18N/core/util.php index 7b4f7864..c0092f19 100644 --- a/framework/I18N/core/util.php +++ b/framework/I18N/core/util.php @@ -21,8 +21,21 @@ /** * For a given DSN (database connection string), return some information * about the DSN. This function comes from PEAR's DB package. + * + * LICENSE: This source file is subject to version 3.0 of the PHP license + * that is available through the world-wide-web at the following URI: + * http://www.php.net/license/3_0.txt. If you did not receive a copy of + * the PHP License and are unable to obtain it through the web, please + * send a note to license@php.net so we can mail you a copy immediately. + * * @param string DSN format, similar to PEAR's DB * @return array DSN information. + * @author Stig Bakken + * @author Tomas V.V.Cox + * @author Daniel Convissor + * @copyright 1997-2005 The PHP Group + * @license http://www.php.net/license/3_0.txt PHP License 3.0 + * @link http://pear.php.net/package/DB */ function parseDSN($dsn) { -- cgit v1.2.3