Changeset 96
- Timestamp:
- 2007-12-10 18:52:00 (1 year ago)
- Files:
-
- trunk/classes/misc/Table.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/classes/misc/Table.php
r90 r96 96 96 $xml = @simplexml_load_string($cols[$i], 'XMLELement'); 97 97 } 98 if ($xml) { 98 99 // contents for this column given as XML tree 99 100 $tr->addElement($xml);
