tag_n wasn't used by accurate search, but was by ugly
This commit is contained in:
parent
5a6501f2be
commit
ac3bf33402
@ -591,7 +591,6 @@ class Image {
|
|||||||
$sql .= " (" . $iq->qlet->sql . ")";
|
$sql .= " (" . $iq->qlet->sql . ")";
|
||||||
$terms = array_merge($terms, $iq->qlet->variables);
|
$terms = array_merge($terms, $iq->qlet->variables);
|
||||||
}
|
}
|
||||||
$tag_n = 0;
|
|
||||||
$img_search = new Querylet($sql, $terms);
|
$img_search = new Querylet($sql, $terms);
|
||||||
|
|
||||||
|
|
||||||
@ -848,6 +847,7 @@ class Image {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
$tag_n = 0;
|
||||||
return $query;
|
return $query;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user