Changeset 2471
- Timestamp:
- Aug 11, 2008, 1:25:07 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/functions_rate.inc.php
r2435 r2471 98 98 AND user_id = '.$user['id'].' 99 99 '; 100 if ( isset($user_anonymous))100 if ($user_anonymous) 101 101 { 102 102 $query.= ' AND anonymous_id = \''.$anonymous_id.'\'';
Note: See TracChangeset
for help on using the changeset viewer.