= $q_min_score"; } if ($q_max_score != null) { $conds[] = "score <= $q_max_score"; } if ($q_language != null) { $conds[] = sprintf("language = '%s'", DB::escape($q_language)); } $html_esc_q_language = htmlspecialchars($q_language); if ($conds) { $cond = join($conds, ' and '); } else { $cond = '1'; } ?>
''), $myUser); ?>