Changeset 5099 for branches/2.0/wp-admin/import/dotclear.php
- Timestamp:
- 03/25/2007 11:06:28 PM (19 years ago)
- File:
-
- 1 edited
-
branches/2.0/wp-admin/import/dotclear.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/2.0/wp-admin/import/dotclear.php
r4239 r5099 431 431 432 432 // WordPressify Data 433 $comment_ID = ltrim($comment_id, '0');434 $comment_post_ID = $postarr[$post_id];433 $comment_ID = (int) ltrim($comment_id, '0'); 434 $comment_post_ID = (int) $postarr[$post_id]; 435 435 $comment_approved = "$comment_pub"; 436 436 $name = $wpdb->escape(csc ($comment_auteur));
Note: See TracChangeset
for help on using the changeset viewer.