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.dc1.php

    r3572 r3606  
    489489 
    490490          $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,191); 
     491          $cur->post_url = substr($cur->post_url,0,255); 
    492492 
    493493          $cur->post_format        = $rs->post_content_wiki == '' ? 'xhtml' : 'wiki'; 
Note: See TracChangeset for help on using the changeset viewer.

Sites map