Changeset 28090 for trunk/include


Ignore:
Timestamp:
Apr 5, 2014, 10:06:28 PM (10 years ago)
Author:
rvelices
Message:

type error in prev commit

File:
1 edited

Legend:

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

    r28087 r28090  
    12591259  $where_clauses = array();
    12601260  $where_clauses[]='i.id IN ('. implode(',', $ids) . ')';
    1261   if (!empty($options['images_where'))
     1261  if (!empty($options['images_where']))
    12621262  {
    12631263    $where_clauses[]='('.$images_where.')';
Note: See TracChangeset for help on using the changeset viewer.