Merge branch 'devel' of dev.sourcefabric.org:airtime into devel
This commit is contained in:
commit
b66f00ff07
3 changed files with 19 additions and 8 deletions
|
@ -101,10 +101,12 @@ class Application_Model_Datatables
|
|||
prepared */
|
||||
$params = array();
|
||||
|
||||
$advancedWhere = self::buildWhereClauseForAdvancedSearch($dbname2searchTerm);
|
||||
if (!empty($advancedWhere['clause'])) {
|
||||
$where[] = join(" AND ", $advancedWhere['clause']);
|
||||
$params = $advancedWhere['params'];
|
||||
if ($data['advSearch'] === 'true') {
|
||||
$advancedWhere = self::buildWhereClauseForAdvancedSearch($dbname2searchTerm);
|
||||
if (!empty($advancedWhere['clause'])) {
|
||||
$where[] = join(" AND ", $advancedWhere['clause']);
|
||||
$params = $advancedWhere['params'];
|
||||
}
|
||||
}
|
||||
|
||||
if ($data["sSearch"] !== "") {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue