Dotclear


Ignore:
Timestamp:
11/21/17 05:30:34 (8 years ago)
Author:
franck <carnet.franck.paul@…>
Branch:
default
Message:

Revert back from 191 to 255 chars (as utf8mb4 MySQL is only available with 5.7+ server, assuming large-prefix and barracuda), addresses #1278

File:
1 edited

Legend:

Unmodified
Added
Removed
  • plugins/importExport/inc/class.dc.import.wp.php

    r3572 r3606  
    624624               $rs->post_type== 'post' ? $this->vars['permalink_template'] : '%postname%' 
    625625          ); 
    626           $cur->post_url = substr($cur->post_url,0,191); 
     626          $cur->post_url = substr($cur->post_url,0,255); 
    627627 
    628628          if (!$cur->post_url) { 
Note: See TracChangeset for help on using the changeset viewer.

Sites map