This commit is contained in:
Derick Rethans 2002-12-11 20:13:43 +00:00
parent 2ab549c5f2
commit c4342de561

View File

@ -336,7 +336,7 @@ if ($sum_results['FAILED'] && !getenv('NO_INTERACTION')) {
*/
/* Ask the user to provide an email address, so that QA team can contact the user */
if (!strncasecmp($user_input, 'y', 1)) {
if (!strncasecmp($user_input, 'y', 1) || strlen(trim($user_input)) == 0) {
echo "Please enter your email address: ";
flush();
$fp = fopen("php://stdin", "r+");