forked from Cavemanon/cavepaintings
Slightly major rework of the search code internals, makes things more sane and fixes a couple of bugs
git-svn-id: file:///home/shish/svn/shimmie2/trunk@867 7f39781d-f577-437e-ae19-be835c7a54ca
This commit is contained in:
@ -76,7 +76,7 @@ class Ratings extends Extension {
|
||||
$arr[] = "'" . $sqes[$i] . "'";
|
||||
}
|
||||
$set = join(', ', $arr);
|
||||
$event->set_querylet(new Querylet("AND (rating IN ($set))"));
|
||||
$event->set_querylet(new Querylet("rating IN ($set)"));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user