From 307405d7070c578d0e146169fcf4e5e136a30eb2 Mon Sep 17 00:00:00 2001 From: Martin Oberhuber < martin.oberhuber@windriver.com> Date: Thu, 26 Jun 2008 10:54:59 +0000 Subject: [PATCH] [238424][releng] ganymede-mirror1 doesn't list dsdp-tm downloads properly --- releng/org.eclipse.rse.build/archive/index.php | 5 +++-- releng/org.eclipse.rse.build/downloads/index.php | 5 +++-- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/releng/org.eclipse.rse.build/archive/index.php b/releng/org.eclipse.rse.build/archive/index.php index 76f73c896a9..1414801a064 100644 --- a/releng/org.eclipse.rse.build/archive/index.php +++ b/releng/org.eclipse.rse.build/archive/index.php @@ -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(); ?> diff --git a/releng/org.eclipse.rse.build/downloads/index.php b/releng/org.eclipse.rse.build/downloads/index.php index a258caa04f8..5e2117d4dd4 100644 --- a/releng/org.eclipse.rse.build/downloads/index.php +++ b/releng/org.eclipse.rse.build/downloads/index.php @@ -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(); ?>