Show
Ignore:
Timestamp:
03/03/08 03:15:46 (10 months ago)
Author:
inureyes
Message:
  • refs #852
  • 관련 추가 수정
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/interface/owner/data/import/index.php

    r5514 r5515  
    371371                    $comment->name = $cursor['commenter'][0]['name'][0]['.value']; 
    372372                    if (!empty($cursor['commenter'][0]['id'][0]['.value'])) 
    373                         $comment->id = $cursor['id'][0]['.value']; 
     373                        $comment->id = $cursor['commenter'][0]['id'][0]['.value']; 
    374374                    if (!empty($cursor['commenter'][0]['homepage'][0]['.value'])) 
    375375                        $comment->homepage = $cursor['commenter'][0]['homepage'][0]['.value']; 
     
    393393                            $cursor = & $node['comment'][$i]['comment'][$j]; 
    394394                            if (!empty($cursor['commenter'][0]['id'][0]['.value'])) 
    395                                 $childComment->id = $cursor['id'][0]['.value']; 
     395                                $childComment->id = $cursor['commenter'][0]['id'][0]['.value']; 
    396396                            $childComment->name = $cursor['commenter'][0]['name'][0]['.value']; 
    397397                            if (!empty($cursor['commenter'][0]['homepage'][0]['.value']))