From 76477813407eaf54f3fae993643f3d4c8ca6780b Mon Sep 17 00:00:00 2001 From: "Tomas V.V.Cox" Date: Sun, 9 Jun 2002 16:28:46 +0000 Subject: [PATCH] - outputData($data, $command) + outputData($data, $command = '_default') --- pear/PEAR/Frontend/CLI.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pear/PEAR/Frontend/CLI.php b/pear/PEAR/Frontend/CLI.php index 9dc16744c9..a6f0e196d0 100644 --- a/pear/PEAR/Frontend/CLI.php +++ b/pear/PEAR/Frontend/CLI.php @@ -351,7 +351,7 @@ class PEAR_Frontend_CLI extends PEAR // }}} // {{{ outputData() - function outputData($data, $command) + function outputData($data, $command = '_default') { switch ($command) { -- 2.50.1