Dotclear

Changeset 1543:3b7fcdb6146d for inc/core


Ignore:
Timestamp:
08/03/13 18:06:16 (12 years ago)
Author:
Lepeltier kévin
Branch:
Ticket #1430
Message:

sans le in de trop

File:
1 edited

Legend:

Unmodified
Added
Removed
  • inc/core/class.dc.blog.php

    r1542 r1543  
    818818                    $params['exclude_post_id'] = array((integer) $params['exclude_post_id']); 
    819819               } 
    820                $strReq .= 'AND P.post_id not in ('.$this->con->in($params['exclude_post_id']).') '; 
     820               $strReq .= 'AND P.post_id not ('.$this->con->in($params['exclude_post_id']).') '; 
    821821          } 
    822822           
Note: See TracChangeset for help on using the changeset viewer.

Sites map