g2              Sat Jun 13 14:25:02 2009 UTC

  Modified files:              
    /phpruntests/code-samples/taskScheduler/example3    main.php 
  Log:
  phpruntests - minor bugfix taskScheduler
  
http://cvs.php.net/viewvc.cgi/phpruntests/code-samples/taskScheduler/example3/main.php?r1=1.1&r2=1.2&diff_format=u
Index: phpruntests/code-samples/taskScheduler/example3/main.php
diff -u phpruntests/code-samples/taskScheduler/example3/main.php:1.1 
phpruntests/code-samples/taskScheduler/example3/main.php:1.2
--- phpruntests/code-samples/taskScheduler/example3/main.php:1.1        Sat Jun 
13 03:13:31 2009
+++ phpruntests/code-samples/taskScheduler/example3/main.php    Sat Jun 13 
14:25:01 2009
@@ -25,6 +25,8 @@
                $name = $file->getFileName();
                
                if (substr($name,0,1) == '.') continue;
+               
+               if ($name == 'CVS') continue;
 
                if ($file->isDir()) {
                        



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

Reply via email to