Author: as
Date: Mon Mar  3 12:52:59 2008
New Revision: 7478

Log:
- Small fixes in the example application.

Modified:
    trunk/Feed/docs/examples/feed_creator/feed_creator.php

Modified: trunk/Feed/docs/examples/feed_creator/feed_creator.php
==============================================================================
--- trunk/Feed/docs/examples/feed_creator/feed_creator.php [iso-8859-1] 
(original)
+++ trunk/Feed/docs/examples/feed_creator/feed_creator.php [iso-8859-1] Mon Mar 
 3 12:52:59 2008
@@ -20,7 +20,7 @@
 if ( count( $argv ) < 3 )
 {
     echo "\tFirst parameter: feed type (rss1, rss2 or atom)\n";
-    echo "\tSecond parameter: txt file name\n";
+    echo "\tSecond parameter: text file name\n";
     die();
 }
 
@@ -66,9 +66,11 @@
  * </code>
  *
  * @throws ezcBaseFileNotFoundException
- *         If $fileName is not found or cannot be opened
- *
- * @param string $fileName A file name containing a full path
+ *         If $fileName is not found
+ * @throws ezcBaseFilePermissionException
+ *         If $fileName cannot be opened
+ *
+ * @param string $fileName A file name containing a full or relative path
  * @return array(mixed)
  */
 function readDataFile( $fileName )


-- 
svn-components mailing list
svn-components@lists.ez.no
http://lists.ez.no/mailman/listinfo/svn-components

Reply via email to