Commit: b44b55bfed974ca095470dec81c7884635183a98 Author: danbrown <[email protected]> Tue, 24 Sep 2013 13:03:26 -0400 Parents: 8533ee8bb691a8102780c1eab5ffb15e68dbf6cd Branches: master
Link: http://git.php.net/?p=web/master.git;a=commitdiff;h=b44b55bfed974ca095470dec81c7884635183a98 Log: Tests and queries were correct, but typo in the email body. Changed paths: M scripts/mirror-test Diff: diff --git a/scripts/mirror-test b/scripts/mirror-test index 72449b0..87afeda 100755 --- a/scripts/mirror-test +++ b/scripts/mirror-test @@ -207,7 +207,7 @@ foreach ($hosts as $index => $host) { mail( '[email protected]', '[ OK ] Round-robin for '.$host['hostname'].' is UP', - 'When most recently tested, '.$host['load_balanced'].'.php.net was cleared for reactivation.', + 'When most recently tested, '.$lb_ccname.'.php.net was cleared for reactivation.', "From: [email protected]\r\nX-Mailer: PHP-".basename(__FILE__)."\r\n", '[email protected]' ); -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
