From: Brion Vibber Date: Thu, 1 Dec 2005 07:57:33 +0000 (+0000) Subject: * Don't die() when update.php reaches the end of the warning count X-Git-Tag: 1.6.0~1091 X-Git-Url: http://git.cyclocoop.org/%24image?a=commitdiff_plain;h=8718fd328762bc5cbb87a9420c4136a4f6bed8b7;p=lhc%2Fweb%2Fwiklou.git * Don't die() when update.php reaches the end of the warning count --- diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 839014d17a..d09fd1c97b 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -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 === diff --git a/maintenance/update.php b/maintenance/update.php index e343734eca..af0e6ca902 100644 --- a/maintenance/update.php +++ b/maintenance/update.php @@ -29,7 +29,7 @@ if( !isset( $options['quick'] ) ) { print_c($i, --$i); sleep(1); } - die(); + echo "\n"; } do_all_updates();