diff options
| author | Max Kremmel <xing@synapse.plus.com> | 2006-02-01 18:41:24 +0000 |
|---|---|---|
| committer | Max Kremmel <xing@synapse.plus.com> | 2006-02-01 18:41:24 +0000 |
| commit | 61cf26370d62bbd8831969aa0eb061f18a73c9be (patch) | |
| tree | 667486a27e9ec0bd541854071fa58d2ef577291b /install_packages.php | |
| parent | f12835dfadda04f381ea72c658ed8435c4462463 (diff) | |
| download | install-61cf26370d62bbd8831969aa0eb061f18a73c9be.tar.gz install-61cf26370d62bbd8831969aa0eb061f18a73c9be.tar.bz2 install-61cf26370d62bbd8831969aa0eb061f18a73c9be.zip | |
detikify liberty
Diffstat (limited to 'install_packages.php')
| -rw-r--r-- | install_packages.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/install_packages.php b/install_packages.php index 7674239..daa0e16 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.19 2006/02/01 14:58:41 spiderr Exp $ + * @version $Header: /cvsroot/bitweaver/_bit_install/install_packages.php,v 1.20 2006/02/01 18:41:24 squareing Exp $ * @package install * @subpackage functions */ @@ -151,10 +151,10 @@ if( !empty( $_REQUEST['cancel'] ) ) { $gBitSystem->storePreference( "bitIndex", WIKI_PKG_NAME ); } } elseif( $method == 'uninstall' ) { - // TODO: allow option to remove related content from tiki_content and tiki_structures + // TODO: allow option to remove related content from liberty_content and liberty_structures // should be possible using $gLibertySystem->mContentTypes and the appropriate GUIDs // Cascade user_preferences if necessary -// this has to be done using the individual content_ids from tiki_content +// this has to be done using the individual content_ids from liberty_content // $delete = "DELETE FROM `".$tablePrefix."tiki_user_preferences` " . // "WHERE `pref_name` IN ( SELECT `name` FROM `tiki_preferences` WHERE `package` = '".$package."')"; // $gBitInstaller->mDb->query( $delete ); |
