* Don't die() when update.php reaches the end of the warning count
authorBrion Vibber <brion@users.mediawiki.org>
Thu, 1 Dec 2005 07:57:33 +0000 (07:57 +0000)
committerBrion Vibber <brion@users.mediawiki.org>
Thu, 1 Dec 2005 07:57:33 +0000 (07:57 +0000)
RELEASE-NOTES
maintenance/update.php

index 839014d..d09fd1c 100644 (file)
@@ -264,6 +264,7 @@ fully support the editing toolbar, but was found to be too confusing.
 * Reduce fractions in display of exif exposure time
 * (bug 3922) Further tweaks to bidi overrides in category list for old
   versions of Safari and Konqueror
+* Don't die() when update.php reaches the end of the warning count
 
 
 === Caveats ===
index e343734..af0e6ca 100644 (file)
@@ -29,7 +29,7 @@ if( !isset( $options['quick'] ) ) {
                print_c($i, --$i);
                sleep(1);
        }
-       die();
+       echo "\n";
 }
 
 do_all_updates();