diff options
| author | lsces <lester@lsces.co.uk> | 2025-08-29 13:17:54 +0100 |
|---|---|---|
| committer | lsces <lester@lsces.co.uk> | 2025-08-29 13:17:54 +0100 |
| commit | c32ecb5a1051f7c23f25219805af49a348e111c3 (patch) | |
| tree | 9c0bf9e6442bf5c9f3cd58494951da39ec9245ad /admin/upgrades/2.1.0.php | |
| parent | 251ca624f8a38988224e4373c5c970acac210d86 (diff) | |
| download | users-c32ecb5a1051f7c23f25219805af49a348e111c3.tar.gz users-c32ecb5a1051f7c23f25219805af49a348e111c3.tar.bz2 users-c32ecb5a1051f7c23f25219805af49a348e111c3.zip | |
Admin tools updated to PHP8.4 and namespace
Diffstat (limited to 'admin/upgrades/2.1.0.php')
| -rw-r--r-- | admin/upgrades/2.1.0.php | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/admin/upgrades/2.1.0.php b/admin/upgrades/2.1.0.php deleted file mode 100644 index 34ce4ec..0000000 --- a/admin/upgrades/2.1.0.php +++ /dev/null @@ -1,22 +0,0 @@ -<?php -/** - * @version $Header$ - */ -global $gBitInstaller; - -$infoHash = array( - 'package' => USERS_PKG_NAME, - 'version' => str_replace( '.php', '', basename( __FILE__ )), - '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, -); -$gBitInstaller->registerPackageUpgrade( $infoHash, array( - -array( 'DATADICT' => array( - array( 'DROPTABLE' => array( - 'users_semaphores', - )), -)), - -)); -?> |
