Changeset 2652
- Timestamp:
- 12/08/06 20:43:26 (2 years ago)
- Files:
-
- 1 modified
-
branches/1.1-beta/blog/owner/data/import/index.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/1.1-beta/blog/owner/data/import/index.php
r2220 r2652 331 331 if ($post2->open($post->id, 'id, content')) { 332 332 $post2->content = str_replace($cursor['name'][0]['.value'], $attachment->name, $post2->content); 333 $post2->loadTags(); 333 334 $post2->update(); 334 335 $post2->close();
