Dotclear


Ignore:
Timestamp:
11/26/16 11:53:12 (9 years ago)
Author:
Jean-Christian Denis
Branch:
default
Message:

Add First Publication mecanism, closes #970, adresses #784, #843, #871, #548

File:
1 edited

Legend:

Unmodified
Added
Removed
  • inc/dbschema/upgrade.php

    r3420 r3423  
    610610               $core->con->execute($strReq); 
    611611 
     612               # Update first publication on published posts 
     613               $strReq = 'UPDATE '.$core->prefix.'post '. 
     614                         'SET post_firstpub = 1 '. 
     615                         'WHERE post_status = 1 '; 
     616               $core->con->execute($strReq); 
     617 
    612618               # A bit of housecleaning for no longer needed files 
    613619               $remfiles = array ( 
Note: See TracChangeset for help on using the changeset viewer.

Sites map