- Timestamp:
- 08/12/17 12:51:23 (8 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/importExport/inc/class.dc.import.dc1.php
r3551 r3572 489 489 490 490 $cur->post_url = date('Y/m/d/',strtotime($cur->post_dt)).$rs->post_id.'-'.$rs->post_titre_url; 491 $cur->post_url = substr($cur->post_url,0, 255);491 $cur->post_url = substr($cur->post_url,0,191); 492 492 493 493 $cur->post_format = $rs->post_content_wiki == '' ? 'xhtml' : 'wiki';
Note: See TracChangeset
for help on using the changeset viewer.