helly           Thu Aug 14 17:44:38 2003 EDT

  Modified files:              
    /spl/examples       tree.php 
  Log:
  Upds
  
Index: spl/examples/tree.php
diff -u spl/examples/tree.php:1.3 spl/examples/tree.php:1.4
--- spl/examples/tree.php:1.3   Thu Aug 14 17:14:04 2003
+++ spl/examples/tree.php       Thu Aug 14 17:44:38 2003
@@ -11,7 +11,7 @@
 
 require_once("sub_dir.inc");
 
-foreach(new sub_dir($argv[1], true, isset($argv[1]) ? $argv[1] : false) as $f) {
+foreach(new sub_dir($argv[1], true, isset($argv[2]) ? $argv[2] : false) as $f) {
        echo "$f\n";
 }
 



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

Reply via email to