goba            Sat Jul 27 09:22:49 2002 EDT

  Modified files:              
    /phpdoc/scripts     file-entities.php 
  Log:
  Parameter count is 5 now
  
  
Index: phpdoc/scripts/file-entities.php
diff -u phpdoc/scripts/file-entities.php:1.13 phpdoc/scripts/file-entities.php:1.14
--- phpdoc/scripts/file-entities.php:1.13       Sat Jul 27 08:58:52 2002
+++ phpdoc/scripts/file-entities.php    Sat Jul 27 09:22:49 2002
@@ -17,7 +17,7 @@
 # |             Gabor Hojtsy <[EMAIL PROTECTED]>                              |
 # +----------------------------------------------------------------------+
 # 
-# $Id: file-entities.php,v 1.13 2002/07/27 12:58:52 goba Exp $
+# $Id: file-entities.php,v 1.14 2002/07/27 13:22:49 goba Exp $
 */
 
 /**
@@ -52,7 +52,7 @@
 $argc = count($argv);
 
 // Test argument number
-if ($argc != 6) {
+if ($argc != 5) {
     die("ERROR: Missing argument[s], cannot generate file-entities.ent");
 }
 



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

Reply via email to