summaryrefslogtreecommitdiff
path: root/admin/upgrades/2.0.0.php
diff options
context:
space:
mode:
Diffstat (limited to 'admin/upgrades/2.0.0.php')
-rw-r--r--admin/upgrades/2.0.0.php2
1 files changed, 1 insertions, 1 deletions
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 <em>users_semaphores</em> table from your database. If you need a semaphores feature, there is a <a class='external' href='http://www.bitweaver.org/wiki/SemaphorePackage'>SemaphorePackage</a> now.",
'post_upgrade' => NULL,
);