Ignore:
Timestamp:
Oct 20, 2013, 4:29:27 PM (11 years ago)
Author:
mistic100
Message:

fix parse error from r25018

File:
1 edited

Legend:

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

    r25018 r25026  
    123123    if (isset($search['fields'][$datefield]))
    124124    {
    125       $clauses[] = $datefield." = '".$search['fields'][$datefield]['date']."'"
     125      $clauses[] = $datefield." = '".$search['fields'][$datefield]['date']."'";
    126126    }
    127127
Note: See TracChangeset for help on using the changeset viewer.