summaryrefslogtreecommitdiff
path: root/update.php
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2006-01-15 17:13:30 +0000
committerDries Buytaert <dries@buytaert.net>2006-01-15 17:13:30 +0000
commit0ddfd29cfd3e3c5f8c960a5825d901cd52044210 (patch)
tree573e7e6c568ac228e8147f947169c52d58eb7be0 /update.php
parentae84e469b060c6e8df22080064221813575d0b28 (diff)
downloadbrdo-0ddfd29cfd3e3c5f8c960a5825d901cd52044210.tar.gz
brdo-0ddfd29cfd3e3c5f8c960a5825d901cd52044210.tar.bz2
- Patch #44286 by Neil, Zen, et al: a couple fixes to the upgrade path.
Diffstat (limited to 'update.php')
-rw-r--r--update.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/update.php b/update.php
index 1a8c5812b..1e929e232 100644
--- a/update.php
+++ b/update.php
@@ -161,7 +161,7 @@ function update_fix_schema_version() {
'2005-01-28' => 123, '2005-02-11' => 124, '2005-02-23' => 125,
'2005-03-03' => 126, '2005-03-18' => 127, '2005-03-21' => 128,
// The following three updates were made on the 4.6 branch
- '2005-04-14' => 129, '2005-05-06' => 129, '2005-05-07' => 129,
+ '2005-04-14' => 128, '2005-05-06' => 128, '2005-05-07' => 128,
'2005-04-08: first update since Drupal 4.6.0 release' => 129,
'2005-04-10' => 130, '2005-04-11' => 131, '2005-04-14' => 132,
'2005-04-24' => 133, '2005-04-30' => 134, '2005-05-06' => 135,