diff options
| author | Max Kremmel <xing@synapse.plus.com> | 2008-10-25 08:30:51 +0000 |
|---|---|---|
| committer | Max Kremmel <xing@synapse.plus.com> | 2008-10-25 08:30:51 +0000 |
| commit | 555266ad4dbbccf3e96a91c716e310d808052231 (patch) | |
| tree | b63ba260d5364a2065fcaed46b42a7227f4e4320 /admin | |
| parent | 5843fb8aad98d3dfeddb53bf22516e5b07823b2d (diff) | |
| download | users-555266ad4dbbccf3e96a91c716e310d808052231.tar.gz users-555266ad4dbbccf3e96a91c716e310d808052231.tar.bz2 users-555266ad4dbbccf3e96a91c716e310d808052231.zip | |
more work towards package upgrades. things seem to working quite smoothly now.
Diffstat (limited to 'admin')
| -rw-r--r-- | admin/upgrades/2.0.0.php | 2 |
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, ); |
