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/flat/class.flat.import.php

    r3572 r3606  
    834834                    $line->post_title = html::decodeEntities($line->post_title); 
    835835                    $line->post_url = date('Y/m/d/',strtotime($line->post_dt)).$line->post_id.'-'.$line->post_titre_url; 
    836                     $line->post_url = substr($line->post_url,0,191); 
     836                    $line->post_url = substr($line->post_url,0,255); 
    837837                    $line->post_format = $line->post_content_wiki == '' ? 'xhtml' : 'wiki'; 
    838838                    $line->post_content_xhtml = $line->post_content; 
Note: See TracChangeset for help on using the changeset viewer.

Sites map