Changeset 445
- Timestamp:
- 06/12/09 17:55:12 (15 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2.4/classes/phing/tasks/system/ForeachTask.php
r144 r445 104 104 105 105 foreach ($arr as $value) { 106 $value = trim($value); 106 107 $this->log("Setting param '$this->param' to value '$value'", Project::MSG_VERBOSE); 107 108 $prop = $callee->createProperty();
Note: See TracChangeset
for help on using the changeset viewer.
