[PHP-DOC] cvs: phpdoc /scripts file-entities.php From: Gabor Hojtsy (gabor <email protected>)
Date: 07/29/02

goba Mon Jul 29 04:04:21 2002 EDT

  Modified files:
    /phpdoc/scripts file-entities.php
  Log:
  Adding newline after error message...
  
  
Index: phpdoc/scripts/file-entities.php
diff -u phpdoc/scripts/file-entities.php:1.14 phpdoc/scripts/file-entities.php:1.15
--- phpdoc/scripts/file-entities.php:1.14 Sat Jul 27 09:22:49 2002
+++ phpdoc/scripts/file-entities.php Mon Jul 29 04:04:19 2002
@@ -17,7 +17,7 @@
 # | Gabor Hojtsy <goba <email protected>> |
 # +----------------------------------------------------------------------+
 #
-# $Id: file-entities.php,v 1.14 2002/07/27 13:22:49 goba Exp $
+# $Id: file-entities.php,v 1.15 2002/07/29 08:04:19 goba Exp $
 */
 
 /**
@@ -53,7 +53,7 @@
 
 // Test argument number
 if ($argc != 5) {
- die("ERROR: Missing argument[s], cannot generate file-entities.ent");
+ die("ERROR: Missing argument[s], cannot generate file-entities.ent\n");
 }
 
 // Zend API integration info (either a path or "notfound")

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