summaryrefslogtreecommitdiff
path: root/install_packages.php
diff options
context:
space:
mode:
authorMax Kremmel <xing@synapse.plus.com>2005-08-11 13:03:45 +0000
committerMax Kremmel <xing@synapse.plus.com>2005-08-11 13:03:45 +0000
commit2b78f801ac3cd850fe3215d26ab5389f4c6a3081 (patch)
tree9654b780615247e338bb1a8da63f8f4b3c090865 /install_packages.php
parent9de850fd73414742448112cf31ec1d2bfeb86edd (diff)
downloadinstall-2b78f801ac3cd850fe3215d26ab5389f4c6a3081.tar.gz
install-2b78f801ac3cd850fe3215d26ab5389f4c6a3081.tar.bz2
install-2b78f801ac3cd850fe3215d26ab5389f4c6a3081.zip
merge recent changes with HEAD - keeping stuff up to date in case someone starts going nuts in HEAD
Diffstat (limited to 'install_packages.php')
-rw-r--r--install_packages.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/install_packages.php b/install_packages.php
index 0547cb4..b87f48e 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.9 2005/08/07 17:37:53 squareing Exp $
+ * @version $Header: /cvsroot/bitweaver/_bit_install/install_packages.php,v 1.10 2005/08/11 13:03:45 squareing Exp $
* @package install
* @subpackage functions
*/
@@ -145,7 +145,7 @@ if( isset( $_REQUEST['fSubmitDbCreate'] ) ) {
$package_list[] = $package;
if( !empty( $gBitInstaller->mPackages[$package]['defaults'] ) ) {
foreach( $gBitInstaller->mPackages[$package]['defaults'] as $def ) {
- $gBitInstaller->query( $def );
+ $gBitInstaller->mDb->query( $def );
}
}
}
@@ -217,4 +217,4 @@ if( isset( $_REQUEST['fSubmitDbCreate'] ) ) {
header( "Location: ".$_SERVER['PHP_SELF']."?step=".$step - 2 );
}
}
-?> \ No newline at end of file
+?>