Skip to content

Commit

Permalink
phpruntests - minor bugfix taskScheduler
Browse files Browse the repository at this point in the history
  • Loading branch information
Georg Gradwohl committed Jun 13, 2009
1 parent dcad19f commit 3d4cfe0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions code-samples/taskScheduler/example3/main.php
Expand Up @@ -25,6 +25,8 @@ function readSource($base, $path=NULL)
$name = $file->getFileName();

if (substr($name,0,1) == '.') continue;

if ($name == 'CVS') continue;

if ($file->isDir()) {

Expand Down

0 comments on commit 3d4cfe0

Please sign in to comment.