Ignore:
Timestamp:
Aug 11, 2008, 1:25:07 PM (16 years ago)
Author:
rvelices
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/functions_rate.inc.php

    r2435 r2471  
    9898    AND user_id = '.$user['id'].'
    9999';
    100   if (isset($user_anonymous))
     100  if ($user_anonymous)
    101101  {
    102102    $query.= ' AND anonymous_id = \''.$anonymous_id.'\'';
Note: See TracChangeset for help on using the changeset viewer.