Changeset 9932
- Timestamp:
- 11/14/08 15:49:20 (2 months ago)
- Files:
-
- branches/0.8/jaws/html/include/Jaws.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/0.8/jaws/html/include/Jaws.php
r9900 r9932 556 556 } 557 557 foreach (explode(",", $aProps[0]) as $type) { 558 $tmp[$type][$aName] = array('name' => $name, 559 'mode' => trim($type), 560 'desc' => (isset($aProps[2])) ? $aProps[2] : '' 561 ); 558 $tmp[trim($type)][$aName] = array( 559 'name' => $name, 560 'mode' => trim($type), 561 'desc' => (isset($aProps[2])) ? $aProps[2] : '' 562 ); 562 563 } 563 564 }
