Hello Marcus,
Thursday, August 14, 2003, 11:44:38 PM, you wrote:
MB> helly Thu Aug 14 17:44:38 2003 EDT
MB> Modified files:
MB> /spl/examples tree.php
MB> Log:
MB> Upds
MB> Index: spl/examples/tree.php
MB> diff -u spl/examples/tree.php:1.3 spl/examples/tree.php:1.4
MB> --- spl/examples/tree.php:1.3 Thu Aug 14 17:14:04 2003
MB> +++ spl/examples/tree.php Thu Aug 14 17:44:38 2003
MB> @@ -11,7 +11,7 @@
MB> require_once("sub_dir.inc");
MB> -foreach(new sub_dir($argv[1], true, isset($argv[1]) ? $argv[1] : false) as $f) {
MB> +foreach(new sub_dir($argv[1], true, isset($argv[2]) ? $argv[2] : false) as $f) {
MB> echo "$f\n";
MB> }
My thanks go to rob :-)
--
Best regards,
Marcus mailto:[EMAIL PROTECTED]
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php