summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: a0644c8)
raw | patch | inline | side by side (parent: a0644c8)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 15 Jun 2005 08:22:53 +0000 (08:22 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 15 Jun 2005 08:22:53 +0000 (08:22 +0000) |
include/functions.inc | patch | blob | history |
diff --git a/include/functions.inc b/include/functions.inc
index b91a3068ea0d55fab603279598062262159634ae..54ecb36a4bab180017c64c866d8b30947bd5bfb7 100644 (file)
--- a/include/functions.inc
+++ b/include/functions.inc
return rmdir($path);
}
-function scandir_php4($path,$sort_desc=false)
+function scan_directory($path,$sort_desc=false)
{
$ret = false;
# contents should match the revision number
if(!compare_revision($revision_file, $svn_revision)){
// If revision differs, clean compile directory
- foreach(scandir_php4($directory) as $file) {
+ foreach(scan_directory($directory) as $file) {
if( is_file($directory."/".$file) &&
is_writable($directory."/".$file)) {
// delete file