diff options
| author | Christian Fowler <spider@viovio.com> | 2006-02-03 16:02:30 +0000 |
|---|---|---|
| committer | Christian Fowler <spider@viovio.com> | 2006-02-03 16:02:30 +0000 |
| commit | 0cbb5687eadbc9967150eae8954f244b94dcc3ca (patch) | |
| tree | 934fc1ee593175e89c537a7af329d438f9ebebde /create_config_inc.php | |
| parent | 31700ecdea8c776d063280b9811f0397f61093ff (diff) | |
| download | install-0cbb5687eadbc9967150eae8954f244b94dcc3ca.tar.gz install-0cbb5687eadbc9967150eae8954f244b94dcc3ca.tar.bz2 install-0cbb5687eadbc9967150eae8954f244b94dcc3ca.zip | |
remove unused global vars
Diffstat (limited to 'create_config_inc.php')
| -rw-r--r-- | create_config_inc.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/create_config_inc.php b/create_config_inc.php index 6bfd3e0..d7c093b 100644 --- a/create_config_inc.php +++ b/create_config_inc.php @@ -1,6 +1,6 @@ <?php /** - * @version $Header: /cvsroot/bitweaver/_bit_install/create_config_inc.php,v 1.6 2006/01/25 17:38:12 squareing Exp $ + * @version $Header: /cvsroot/bitweaver/_bit_install/create_config_inc.php,v 1.7 2006/02/03 16:02:30 spiderr Exp $ * @package install * @subpackage functions */ @@ -38,7 +38,7 @@ function create_config($gBitDbType,$gBitDbHost,$gBitDbUser,$gBitDbPassword,$gBit // | Licensed under the GNU LESSER GENERAL PUBLIC LICENSE. See license.txt for details // +----------------------------------------------------------------------+ // The following line is required and should not be altered -global \$gBitDbSystem, \$gBitDbType, \$gBitDbHost, \$gBitDbUser, \$gBitDbPassword, \$gBitDbName, \$smarty_force_compile, \$gDebug, \$gPreScan; +global \$gBitDbType, \$gBitDbHost, \$gBitDbUser, \$gBitDbPassword, \$gBitDbName, \$smarty_force_compile, \$gDebug, \$gPreScan; // You can choose between different Database abstraction layers. Currently we support: |
