derick          Wed Dec 11 15:13:43 2002 EDT

  Modified files:              
    /php4       run-tests.php 
  Log:
  - MFB
  
  
Index: php4/run-tests.php
diff -u php4/run-tests.php:1.131 php4/run-tests.php:1.132
--- php4/run-tests.php:1.131    Wed Dec 11 11:49:00 2002
+++ php4/run-tests.php  Wed Dec 11 15:13:43 2002
@@ -336,7 +336,7 @@
                 */
                
                /* 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+");



-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to