- Made index.php work with new meta.module.
parent
96576a6ef7
commit
bfa80297d8
|
@ -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 : "";
|
||||
|
|
Loading…
Reference in New Issue