Changeset 4495 for trunk/wp-admin/import/greymatter.php
- Timestamp:
- 11/19/2006 07:56:05 AM (19 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/import/greymatter.php (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/import/greymatter.php
r4165 r4495 67 67 return($string); 68 68 } 69 69 70 70 function import() { 71 71 global $wpdb; 72 72 73 73 $wpvarstoreset = array('gmpath', 'archivespath', 'lastentry'); 74 74 for ($i=0; $i<count($wpvarstoreset); $i += 1) { … … 137 137 138 138 chdir($archivespath); 139 139 140 140 for($i = 0; $i <= $lastentry; $i = $i + 1) { 141 141 142 142 $entryfile = ""; 143 143 144 144 if ($i<10000000) { 145 145 $entryfile .= "0"; … … 195 195 $comment_status = 'open'; 196 196 $ping_status = 'closed'; 197 197 198 198 if ($post_ID = post_exists($post_title, '', $post_date)) { 199 199 echo ' '; … … 304 304 305 305 function GM_Import() { 306 // Nothing. 306 // Nothing. 307 307 } 308 308 }
Note: See TracChangeset
for help on using the changeset viewer.