diff options
author | Kjartan Mannes <kjartan@2.no-reply.drupal.org> | 2002-10-26 21:43:17 +0000 |
---|---|---|
committer | Kjartan Mannes <kjartan@2.no-reply.drupal.org> | 2002-10-26 21:43:17 +0000 |
commit | 470d763bdcadb07e87345ab8a0793019dd1641ae (patch) | |
tree | d1b8bbdb2f8df098d633255f223cff2779ef1b98 /update.php | |
parent | 18a18a0efa4494ca34e42f5ed87e92e48d0d9aa8 (diff) | |
download | brdo-470d763bdcadb07e87345ab8a0793019dd1641ae.tar.gz brdo-470d763bdcadb07e87345ab8a0793019dd1641ae.tar.bz2 |
- setting the right date for block update.
Diffstat (limited to 'update.php')
-rw-r--r-- | update.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/update.php b/update.php index a0a055c45..37181066d 100644 --- a/update.php +++ b/update.php @@ -55,7 +55,7 @@ $mysql_updates = array( "2002-09-17" => "update_40", "2002-10-13" => "update_41", "2002-10-17" => "update_42", - "2002-10-17" => "update_43" + "2002-10-26" => "update_43" ); // Update functions |