Dotclear

Changeset 1544:44671003d62c


Ignore:
Timestamp:
08/03/13 18:43:36 (12 years ago)
Author:
Lepeltier kévin
Branch:
Ticket #1430
Children:
1545:84fe045224ab, 1546:6f04c287744c
Message:

et les parenthèses aussi ...

File:
1 edited

Legend:

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

    r1543 r1544  
    818818                    $params['exclude_post_id'] = array((integer) $params['exclude_post_id']); 
    819819               } 
    820                $strReq .= 'AND P.post_id not ('.$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