Till Brehm
2016-01-10 4b17d9e51efc670d3a02bf739d9e4d77be89a0e8
interface/lib/classes/remoting_lib.inc.php
@@ -243,9 +243,9 @@
            if($key == '#OFFSET#') $sql_offset = $app->functions->intval($val);
            elseif($key == '#LIMIT#') $sql_limit = $app->functions->intval($val);
            elseif(stristr($val, '%')) {
               $sql_where .= "? like ? AND ";
               $sql_where .= "?? like ? AND ";
            } else {
               $sql_where .= "? = ? AND ";
               $sql_where .= "?? = ? AND ";
            }
            $params[] = $key;
            $params[] = $val;