From 3ef1d4d7a1156a8f2e1f5ede5a9274b37dd801f7 Mon Sep 17 00:00:00 2001 From: Joey Schulze Date: Wed, 3 Mar 2010 16:43:24 +0100 Subject: [PATCH] Support filters for reference tables in checkbox controls --- ajax/ricoUpdateConnection.php | 23 ++++++++++++++--------- lib/ricoTableColumnDB.js | 2 +- 2 files changed, 15 insertions(+), 10 deletions(-) diff --git a/ajax/ricoUpdateConnection.php b/ajax/ricoUpdateConnection.php index 3c5e2cf..7e8e5b1 100644 --- a/ajax/ricoUpdateConnection.php +++ b/ajax/ricoUpdateConnection.php @@ -17,33 +17,38 @@ function build_simple_query($details) return $sql; } -function build_query($details,$data) +function build_query($details,$mask) { $where = ''; - for ($i=0; $i