Changeset 97

Show
Ignore:
Timestamp:
2007-12-10 18:53:12 (1 year ago)
Author:
hannes
Message:

merging changeset [96] from trunk

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/5.0/classes/misc/Table.php

    r93 r97  
    9696                $xml = @simplexml_load_string($cols[$i], 'XMLELement'); 
    9797            } 
     98            if ($xml) { 
    9899                // contents for this column given as XML tree 
    99100                $tr->addElement($xml);