Changeset 28383


Ignore:
Timestamp:
May 6, 2014, 9:14:11 PM (10 years ago)
Author:
rvelices
Message:

bug 3056: quick search - fix variable name

File:
1 edited

Legend:

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

    r28165 r28383  
    11811181  if (!empty($options['images_where']))
    11821182  {
    1183     $where_clauses[]='('.$images_where.')';
     1183    $where_clauses[]='('.$options['images_where'].')';
    11841184  }
    11851185  if ($permissions)
Note: See TracChangeset for help on using the changeset viewer.