From 555266ad4dbbccf3e96a91c716e310d808052231 Mon Sep 17 00:00:00 2001 From: Max Kremmel Date: Sat, 25 Oct 2008 08:30:51 +0000 Subject: more work towards package upgrades. things seem to working quite smoothly now. --- admin/upgrades/2.0.0.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'admin') diff --git a/admin/upgrades/2.0.0.php b/admin/upgrades/2.0.0.php index 913f378..c303134 100644 --- a/admin/upgrades/2.0.0.php +++ b/admin/upgrades/2.0.0.php @@ -4,7 +4,7 @@ global $gBitInstaller; $infoHash = array( 'package' => USERS_PKG_NAME, 'version' => str_replace( '.php', '', basename( __FILE__ )), - 'description' => "This upgrade removes an unused table from the database.", + 'description' => "Remove the unused users_semaphores table from your database. If you need a semaphores feature, there is a SemaphorePackage now.", 'post_upgrade' => NULL, ); -- cgit v1.3