Dotclear


Ignore:
Timestamp:
08/12/17 12:51:23 (8 years ago)
Author:
franck <carnet.franck.paul@…>
Branch:
default
Message:

Reduce indexed varchar(255) fields to varchar(191) : table category, field cat_url; table dc_meta, field meta_id; table dc_ping, field ping_url; table dc_post, field post_url; table dc_pref, field pref_id; table dc_setting, field setting_id. Addresses #1278

File:
1 edited

Legend:

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

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

Sites map