Changeset 96

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

adding missing line in Table class

Files:

Legend:

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

    r90 r96  
    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);