]> granicus.if.org Git - php/commitdiff
revert change - this was due to an bug in php HEAD a few days ago
authorAlan Knowles <alan_k@php.net>
Mon, 5 Aug 2002 12:58:38 +0000 (12:58 +0000)
committerAlan Knowles <alan_k@php.net>
Mon, 5 Aug 2002 12:58:38 +0000 (12:58 +0000)
pear/Console/Getopt.php

index 15fe9efe34fe389be06717c0df505893df242c88..964421943f27f70a3326d31a3de0dc84d88697f7 100644 (file)
@@ -82,7 +82,6 @@ class Console_Getopt {
         }
         if (isset($args[0]{0}) && $args[0]{0} != '-') {
             array_shift($args);
-            $args = array_values($args);
         }
         reset($args);
         while (list($i, $arg) = each($args)) {