Changeset 327
- Timestamp:
- 12/20/07 17:05:46 (3 years ago)
- File:
-
- 1 edited
-
branches/2.3/classes/phing/Phing.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/2.3/classes/phing/Phing.php
r326 r327 320 320 for($i=0, $max = max(array_keys($args)); $i <= $max; $i++) { 321 321 322 if (!array_key_exists($i, $args [$i])) {322 if (!array_key_exists($i, $args)) { 323 323 // skip this argument, since it must have been removed above. 324 324 continue;
Note: See TracChangeset
for help on using the changeset viewer.
