Ignore:
Timestamp:
May 4, 2008, 11:53:42 AM (16 years ago)
Author:
rvelices
Message:
  • fix issue when random representant was true
File:
1 edited

Legend:

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

    r2327 r2330  
    9494    ON ic.category_id = c.id';
    9595    $query.= '
    96   WHERE uppercats LIKE \''.$row['uppercats'].',%\''
     96  WHERE (c.id='.$row['id'].' OR uppercats LIKE \''.$row['uppercats'].',%\')'
    9797  .get_sql_condition_FandF
    9898  (
Note: See TracChangeset for help on using the changeset viewer.