- Made index.php work with new meta.module.

3-00
Dries Buytaert 2001-06-15 09:23:58 +00:00
parent 96576a6ef7
commit bfa80297d8
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ include_once "includes/common.inc";
page_header();
foreach(explode("&", $QUERY_STRING) as $attribute) {
if ($attribute) $query .= "attribute LIKE '%". check_input(strtr($attribute, "=", ":")) ."%' AND ";
if ($attribute) $query .= "attributes LIKE '%". check_input($attribute) ."%' AND ";
}
$query = !$date ? $query : "";