update build thumb api

git-svn-id: file:///home/shish/svn/shimmie2/trunk@34 7f39781d-f577-437e-ae19-be835c7a54ca
This commit is contained in:
shish 2007-04-29 01:23:13 +00:00
parent 2add3097f5
commit 48f5df95ec

View file

@ -116,7 +116,7 @@ class Index extends Extension {
for($j=0; $j<$width; $j++) {
$image = isset($images[$i*$width+$j]) ? $images[$i*$width+$j] : null;
if(!is_null($image)) {
$table .= build_thumb($image, $query);
$table .= build_thumb_html($image, $query);
}
else {
$table .= "\t<td>&nbsp;</td>\n";