Ignore:
Timestamp:
Jan 2, 2016, 11:18:17 AM (9 years ago)
Author:
chronos
Message:
  • Fixed: Wrong SQL query concatenation in IS module.
  • Fixed: Update code was wrongly commented out.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Modules/IS/IS.php

    r760 r774  
    465465    if($UserFilter != '')
    466466    {
    467       if($Filter != '') $Filter = ' AND';
     467      if($Filter != '') $Filter .= ' AND';
    468468      $Filter .= ' '.$UserFilter;
    469469    }
Note: See TracChangeset for help on using the changeset viewer.