diff options
author | Alan Knowles <alan_k@php.net> | 2002-08-05 12:58:38 +0000 |
---|---|---|
committer | Alan Knowles <alan_k@php.net> | 2002-08-05 12:58:38 +0000 |
commit | c4ef31db26a00737b12f2203003035da8cb32231 (patch) | |
tree | 8a023671014e18d7ee98a6d05271964dd36dbfe7 /pear | |
parent | 77cf59e59c5e743a3ddfa2fce6f6b741af6ebf93 (diff) | |
download | php-git-c4ef31db26a00737b12f2203003035da8cb32231.tar.gz |
revert change - this was due to an bug in php HEAD a few days ago
Diffstat (limited to 'pear')
-rw-r--r-- | pear/Console/Getopt.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/pear/Console/Getopt.php b/pear/Console/Getopt.php index 15fe9efe34..964421943f 100644 --- a/pear/Console/Getopt.php +++ b/pear/Console/Getopt.php @@ -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)) { |