1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-08-08 16:55:38 +02:00

[238424][releng] ganymede-mirror1 doesn't list dsdp-tm downloads properly

This commit is contained in:
Martin Oberhuber 2008-06-26 10:54:59 +00:00
parent 262f74c5f9
commit 307405d707
2 changed files with 6 additions and 4 deletions

View file

@ -87,7 +87,8 @@ For information about different kinds of builds look
$fileCount = $fileCount + 1;
}
}
$aDropDirectory.closedir();
//See http://at2.php.net/manual/en/class.dir.php
$aDropDirectory->close();
// Read the count file
$countFile = "drops/".$anEntry."/package.count";
$indexFile = "drops/".$anEntry."/index.php";
@ -143,7 +144,7 @@ For information about different kinds of builds look
}
}
}
// $aDirectory.closedir();
$aDirectory->close();
?>
<table width="100%" cellspacing=0 cellpadding=3 align=center>

View file

@ -99,7 +99,8 @@ For access to archived builds, look
$fileCount = $fileCount + 1;
}
}
$aDropDirectory.closedir();
//See http://at2.php.net/manual/en/class.dir.php
$aDropDirectory->close();
// Read the count file
$countFile = "drops/".$anEntry."/package.count";
$indexFile = "drops/".$anEntry."/index.php";
@ -155,7 +156,7 @@ For access to archived builds, look
}
}
}
// $aDirectory.closedir();
$aDirectory->close();
?>
<table width="100%" cellspacing=0 cellpadding=3 align=center>