diff options
author | Remi Collet <fedora@famillecollet.com> | 2010-06-08 20:04:48 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2010-06-08 20:04:48 +0200 |
commit | 3c22a10c40837b1695ae04d120bbfc68da01059c (patch) | |
tree | 625b2a793b9999538356feee1cb9f8767f7f0d19 /class/TablePearRepo.php | |
parent | 53454761ed4d619b328d7cb5f628daafe127efb7 (diff) |
add TableRRepo class and use it
Diffstat (limited to 'class/TablePearRepo.php')
-rw-r--r-- | class/TablePearRepo.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/class/TablePearRepo.php b/class/TablePearRepo.php index b0b6465..6ff3eaa 100644 --- a/class/TablePearRepo.php +++ b/class/TablePearRepo.php @@ -90,7 +90,7 @@ class TablePearRepo extends CommonTable */ function getAllRepo() { - return $this->getAllArray('alias', 'url'); + return $this->getHashtable('alias', 'url'); } } |