From 6c93b3016528b9a7a58e8af94aa8ce6d271634f1 Mon Sep 17 00:00:00 2001 From: "Tomas V.V.Cox" Date: Tue, 5 Aug 2003 14:38:29 +0000 Subject: [PATCH] Pass raw data to frontend (Christian Dickmann) --- pear/PEAR/Command/Registry.php | 1 + 1 file changed, 1 insertion(+) diff --git a/pear/PEAR/Command/Registry.php b/pear/PEAR/Command/Registry.php index 31ebd8b653..e07526a5a6 100644 --- a/pear/PEAR/Command/Registry.php +++ b/pear/PEAR/Command/Registry.php @@ -340,6 +340,7 @@ installed package.' $key = ucwords(trim(str_replace('_', ' ', $key))); $data['data'][] = array($key, $value); } + $data['raw'] = $info; $this->ui->outputData($data, 'package-info'); } -- 2.40.0