sniper          Sat Dec 10 13:26:10 2005 EDT

  Modified files:              
    /php-src    run-tests.php 
  Log:
  use right tag here
  
http://cvs.php.net/diff.php/php-src/run-tests.php?r1=1.258&r2=1.259&ty=u
Index: php-src/run-tests.php
diff -u php-src/run-tests.php:1.258 php-src/run-tests.php:1.259
--- php-src/run-tests.php:1.258 Sat Dec 10 12:37:29 2005
+++ php-src/run-tests.php       Sat Dec 10 13:26:08 2005
@@ -23,7 +23,7 @@
    +----------------------------------------------------------------------+
  */
 
-/* $Id: run-tests.php,v 1.258 2005/12/10 17:37:29 helly Exp $ */
+/* $Id: run-tests.php,v 1.259 2005/12/10 18:26:08 sniper Exp $ */
 
 /* Sanity check to ensure that pcre extension needed by this script is 
available.
  * In the event it is not, print a nice error message indicating that this 
script will
@@ -350,7 +350,7 @@
                                        $html_output = is_resource($html_file);
                                        break;
                                case '--version':
-                                       echo "$Id: run-tests.php,v 1.258 
2005/12/10 17:37:29 helly Exp $\n";
+                                       echo "$Revision: 1.259 $\n";
                                        exit(1);
                                default:
                                        echo "Illegal switch specified!\n";

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

Reply via email to