tag_n wasn't used by accurate search, but was by ugly

This commit is contained in:
Shish 2011-10-18 22:32:04 +01:00
parent 5a6501f2be
commit ac3bf33402

View File

@ -591,7 +591,6 @@ class Image {
$sql .= " (" . $iq->qlet->sql . ")";
$terms = array_merge($terms, $iq->qlet->variables);
}
$tag_n = 0;
$img_search = new Querylet($sql, $terms);
@ -848,6 +847,7 @@ class Image {
}
}
$tag_n = 0;
return $query;
}
}