From: Tomas V.V.Cox Date: Sun, 29 Jun 2003 20:50:05 +0000 (+0000) Subject: typo X-Git-Tag: BEFORE_ARG_INFO~550 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f945e2c251871317e43dbd8756318057da08877f;p=php typo --- diff --git a/pear/install-pear.php b/pear/install-pear.php index 698a5d6077..c6d08703a0 100644 --- a/pear/install-pear.php +++ b/pear/install-pear.php @@ -48,7 +48,7 @@ if (!empty($with_dir)) { $config->set('data_dir', $with_dir . $ds . 'data', 'default'); $config->set('test_dir', $with_dir . $ds . 'test', 'default'); } -///* Print PEAR Conf (useful for debuging do NOT REMOVE) +/* Print PEAR Conf (useful for debuging do NOT REMOVE) sort($keys); foreach ($keys as $key) { echo $config->getPrompt($key) . ": " . $config->get($key) . "\n";