Changeset 2331


Ignore:
Timestamp:
May 4, 2008, 11:55:50 AM (16 years ago)
Author:
rvelices
Message:

merge r 2330 from trunk

  • fix issue when random representant was true
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/branch-1_7/include/category_cats.inc.php

    r2326 r2331  
    9696    ON ic.category_id = c.id';
    9797    $query.= '
    98   WHERE uppercats LIKE \''.$row['uppercats'].',%\''
     98  WHERE (c.id='.$row['id'].' OR uppercats LIKE \''.$row['uppercats'].',%\')'
    9999  .get_sql_condition_FandF
    100100  (
Note: See TracChangeset for help on using the changeset viewer.