Dotclear


Ignore:
Timestamp:
01/30/10 08:54:17 (13 years ago)
Author:
JcDenis
Message:

rateIt 0.9.7.2:

  • Fixed issue on widget with other plugin that used coreBlogGetPosts
  • Fixed http header on file serving
  • Fixed limitation to current blog on some requests
File:
1 edited

Legend:

Unmodified
Added
Removed
  • plugins/rateIt/inc/class.rateit.php

    r1865 r2037  
    33# This file is part of rateIt, a plugin for Dotclear 2. 
    44#  
    5 # Copyright (c) 2009 JC Denis and contributors 
     5# Copyright (c) 2009-2010 JC Denis and contributors 
    66# jcdenis@gdwd.com 
    77#  
     
    185185          if (!isset($params['sql'])) $params['sql'] = ''; 
    186186 
     187          $params['sql'] .= "AND P.blog_id='".$this->blog."' "; 
     188 
    187189          if (!empty($params['rateit_type'])) { 
    188190               $params['sql'] .= "AND rateit_type = '".$this->con->escape($params['rateit_type'])."' "; 
Note: See TracChangeset for help on using the changeset viewer.

Sites map