Changeset 5515
- Timestamp:
- 03/03/08 03:15:46 (7 months ago)
- Files:
-
- 1 modified
-
trunk/interface/owner/data/import/index.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/interface/owner/data/import/index.php
r5514 r5515 371 371 $comment->name = $cursor['commenter'][0]['name'][0]['.value']; 372 372 if (!empty($cursor['commenter'][0]['id'][0]['.value'])) 373 $comment->id = $cursor[' id'][0]['.value'];373 $comment->id = $cursor['commenter'][0]['id'][0]['.value']; 374 374 if (!empty($cursor['commenter'][0]['homepage'][0]['.value'])) 375 375 $comment->homepage = $cursor['commenter'][0]['homepage'][0]['.value']; … … 393 393 $cursor = & $node['comment'][$i]['comment'][$j]; 394 394 if (!empty($cursor['commenter'][0]['id'][0]['.value'])) 395 $childComment->id = $cursor[' id'][0]['.value'];395 $childComment->id = $cursor['commenter'][0]['id'][0]['.value']; 396 396 $childComment->name = $cursor['commenter'][0]['name'][0]['.value']; 397 397 if (!empty($cursor['commenter'][0]['homepage'][0]['.value']))
