diff options
author | Dries Buytaert <dries@buytaert.net> | 2005-12-09 15:46:47 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2005-12-09 15:46:47 +0000 |
commit | 1d0fa04d3383bacc9133a33e2acd3ea665407917 (patch) | |
tree | 541ba9ba71cde52f4b338462cfe8b8e99002b68d /database/updates.inc | |
parent | adcbc9b957e2d8c49b236e4ca1c890ca312a3836 (diff) | |
download | brdo-1d0fa04d3383bacc9133a33e2acd3ea665407917.tar.gz brdo-1d0fa04d3383bacc9133a33e2acd3ea665407917.tar.bz2 |
- Patch #40518 by drumm: remove hook_versions.
Diffstat (limited to 'database/updates.inc')
-rw-r--r-- | database/updates.inc | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/database/updates.inc b/database/updates.inc index e91906292..d1fbbddbc 100644 --- a/database/updates.inc +++ b/database/updates.inc @@ -1,19 +1,6 @@ <?php // $Id$ -// SCHEMA and SCHEMA_MIN represent the minimum and maximum N modulename_update_N. -// Update SCHEMA when a new update function is added. Update SCHEMA_MIN when old -// update functions are removed. -function system_version($type) { - switch ($type) { - case SCHEMA: - return 159; - - case SCHEMA_MIN: - return 110; - } -} - function system_update_110() { $ret = array(); |