diff options
| author | Christian Fowler <spider@viovio.com> | 2006-12-29 05:17:50 +0000 |
|---|---|---|
| committer | Christian Fowler <spider@viovio.com> | 2006-12-29 05:17:50 +0000 |
| commit | d3b988e032d668bd02673051fcdef4f6dd0c52bb (patch) | |
| tree | 6dc7ec3ba249dee9207d3d7c7ce7fcbc89df807a /install_packages.php | |
| parent | 4de974b57ca13de1a1792e3101448a5985951b34 (diff) | |
| download | install-d3b988e032d668bd02673051fcdef4f6dd0c52bb.tar.gz install-d3b988e032d668bd02673051fcdef4f6dd0c52bb.tar.bz2 install-d3b988e032d668bd02673051fcdef4f6dd0c52bb.zip | |
remove packagedir_ database config variable logic and code. This is not needed, and just overpopulates kernel_config. to prevent scanning of inactive packages, just delete the package
Diffstat (limited to 'install_packages.php')
| -rw-r--r-- | install_packages.php | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/install_packages.php b/install_packages.php index 35f7e97..3b968ac 100644 --- a/install_packages.php +++ b/install_packages.php @@ -1,6 +1,6 @@ <?php /** - * @version $Header: /cvsroot/bitweaver/_bit_install/install_packages.php,v 1.45 2006/09/30 11:45:50 jht001 Exp $ + * @version $Header: /cvsroot/bitweaver/_bit_install/install_packages.php,v 1.46 2006/12/29 05:17:50 spiderr Exp $ * @package install * @subpackage functions */ @@ -156,7 +156,6 @@ if( !empty( $_REQUEST['cancel'] ) ) { if( in_array( $package, $_REQUEST['packages'] ) ) { if( $method == 'install' || $method == 'reinstall' ) { $gBitSystem->storeConfig( 'package_'. $package , 'y', $package ); - $gBitSystem->storeConfig( 'packagedir_'. $package , $gBitInstaller->mPackages[ $package ][ 'dir' ], $package ); $gBitInstaller->mPackages[ $package ]['installed'] = TRUE; $gBitInstaller->mPackages[ $package ]['active_switch'] = TRUE; // we'll default wiki to the home page |
