From d1c15227b18177ff0d3a33ce8f8ee2c563a5cf4d Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 7 Jun 2010 02:35:36 +0800 Subject: Introduce CommonTable, TableIterator, TablePearRepo classes (and use it in refresh) --- class/FedoraClient.php | 2 ++ 1 file changed, 2 insertions(+) (limited to 'class/FedoraClient.php') diff --git a/class/FedoraClient.php b/class/FedoraClient.php index e003a03..43d9dce 100644 --- a/class/FedoraClient.php +++ b/class/FedoraClient.php @@ -227,10 +227,12 @@ class FedoraPkgdb extends FedoraClient ); return false; } + $this->logDebug(8,print_r($rep,true)); $branches = array(); foreach ($rep['packageListings'] as $pack) { $branches[$pack['collection']['branchname']] = $pack; } + $this->logDebug(7,print_r($branches,true)); return $branches; } -- cgit