Changeset 2037 for plugins/rateIt/inc/class.rateit.php
- Timestamp:
- 01/30/10 08:54:17 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/rateIt/inc/class.rateit.php
r1865 r2037 3 3 # This file is part of rateIt, a plugin for Dotclear 2. 4 4 # 5 # Copyright (c) 2009 JC Denis and contributors5 # Copyright (c) 2009-2010 JC Denis and contributors 6 6 # jcdenis@gdwd.com 7 7 # … … 185 185 if (!isset($params['sql'])) $params['sql'] = ''; 186 186 187 $params['sql'] .= "AND P.blog_id='".$this->blog."' "; 188 187 189 if (!empty($params['rateit_type'])) { 188 190 $params['sql'] .= "AND rateit_type = '".$this->con->escape($params['rateit_type'])."' ";
Note: See TracChangeset
for help on using the changeset viewer.