Changeset 5779
- Timestamp:
- 04/20/08 23:42:49 (9 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
branches/1.6/interface/owner/data/import/index.php
r5637 r5779 733 733 $comment = new GuestComment(); 734 734 $comment->name = $node['commenter'][0]['name'][0]['.value']; 735 if (!empty($node['commenter'][0]['id'][0]['.value'])) 736 $comment->id = $node['commenter'][0]['id'][0]['.value']; 735 737 if (!empty($node['commenter'][0]['homepage'][0]['.value'])) 736 738 $comment->homepage = $node['commenter'][0]['homepage'][0]['.value']; … … 751 753 $cursor = & $node['comment'][$j]; 752 754 $childComment->name = $cursor['commenter'][0]['name'][0]['.value']; 755 if (!empty($cursor['commenter'][0]['id'][0]['.value'])) 756 $childComment->id = $cursor['commenter'][0]['id'][0]['.value']; 753 757 if (!empty($cursor['commenter'][0]['homepage'][0]['.value'])) 754 758 $childComment->homepage = $cursor['commenter'][0]['homepage'][0]['.value'];
