";
@@ -360,7 +360,7 @@
$params = explode(":", db_escape_string($_REQUEST["param"]), 2);
$active_feed_id = sprintf("%d", $params[0]);
- $is_cat = (bool) $params[1];
+ $is_cat = $params[1] != "false";
print "
".__('Look for')."
";
@@ -368,7 +368,7 @@
if (!SPHINX_ENABLED) {
- print "
";
@@ -378,21 +378,21 @@
"title" => __("Title"),
"content" => __("Content"),
"both" => __("Title or content"));
-
- print_select_hash("match_on", 3, $search_fields,
- 'dojoType="dijit.form.Select"');
+
+ print_select_hash("match_on", 3, $search_fields,
+ 'dojoType="dijit.form.Select"');
} else {
- print "
";
}
print "
".__('Limit search to:')." ";
-
+
print "
";
+ print "";
print "
";
@@ -433,13 +433,13 @@
print "