diff options
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 ); |
