Changeset 2652

Show
Ignore:
Timestamp:
12/08/06 20:43:26 (2 years ago)
Author:
gendoh
Message:

태그 날려먹는 버그 수정

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/1.1-beta/blog/owner/data/import/index.php

    r2220 r2652  
    331331                        if ($post2->open($post->id, 'id, content')) { 
    332332                            $post2->content = str_replace($cursor['name'][0]['.value'], $attachment->name, $post2->content); 
     333                            $post2->loadTags(); 
    333334                            $post2->update(); 
    334335                            $post2->close();