iliaa           Thu Dec 12 11:14:07 2002 EDT

  Modified files:              (Branch: PHP_4_3)
    /php4       run-tests.php 
  Log:
  MFH
  
  
Index: php4/run-tests.php
diff -u php4/run-tests.php:1.119.2.12 php4/run-tests.php:1.119.2.13
--- php4/run-tests.php:1.119.2.12       Wed Dec 11 15:10:57 2002
+++ php4/run-tests.php  Thu Dec 12 11:14:07 2002
@@ -380,7 +380,9 @@
                $failed_tests_data .= "Bison:\n". @shell_exec('bison --version'). "\n";
                $failed_tests_data .= "\n";
                
-               $failed_tests_data .= "User's E-mail: ".$user_email."\n\n";
+               if (isset($user_email)) {
+                       $failed_tests_data .= "User's E-mail: ".$user_email."\n\n";
+               }       
                
                $failed_tests_data .= $sep . "PHPINFO" . $sep;
                $failed_tests_data .= shell_exec($php.' -dhtml_errors=0 -i');



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

Reply via email to