Browse Source

MFB

PEAR_1_4DEV
Andrei Zmievski 23 years ago
parent
commit
a3d2fd336c
  1. 4
      pear/Console/Getopt.php

4
pear/Console/Getopt.php

@ -80,9 +80,7 @@ class Console_Getopt {
if ($long_options) { if ($long_options) {
sort($long_options); sort($long_options);
} }
if (isset($args[0]{0}) && $args[0]{0} != '-') {
array_shift($args);
}
reset($args); reset($args);
while (list($i, $arg) = each($args)) { while (list($i, $arg) = each($args)) {

Loading…
Cancel
Save