]> granicus.if.org Git - php/commitdiff
- outputData($data, $command)
authorTomas V.V.Cox <cox@php.net>
Sun, 9 Jun 2002 16:28:46 +0000 (16:28 +0000)
committerTomas V.V.Cox <cox@php.net>
Sun, 9 Jun 2002 16:28:46 +0000 (16:28 +0000)
+ outputData($data, $command = '_default')

pear/PEAR/Frontend/CLI.php

index 9dc16744c9b36d4356cdbb402fa78d9d2cc97f6b..a6f0e196d0953f9ef497fd007bf2f4609271c824 100644 (file)
@@ -351,7 +351,7 @@ class PEAR_Frontend_CLI extends PEAR
     // }}}
     // {{{ outputData()
 
-    function outputData($data, $command)
+    function outputData($data, $command = '_default')
     {
         switch ($command)
         {