jan Sun Jan 12 06:42:30 2003 EDT Modified files: /php4 run-tests.php Log: - fix typo Index: php4/run-tests.php diff -u php4/run-tests.php:1.137 php4/run-tests.php:1.138 --- php4/run-tests.php:1.137 Tue Jan 7 10:21:34 2003 +++ php4/run-tests.php Sun Jan 12 06:42:29 2003 @@ -366,7 +366,7 @@ /* Ask the user to provide an email address, so that QA team can contact the user */ if (!strncasecmp($user_input, 'y', 1) || strlen(trim($user_input)) == 0) { - echo "\nPlease enter your email address.\n(You address will be mangled so that it will not go out on any\nmailinglist in plain text): "; + echo "\nPlease enter your email address.\n(Your address will +be mangled so that it will not go out on any\nmailinglist in plain text): "; flush(); $fp = fopen("php://stdin", "r+"); $user_email = trim(fgets($fp, 1024));
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php