update build thumb api
git-svn-id: file:///home/shish/svn/shimmie2/trunk@34 7f39781d-f577-437e-ae19-be835c7a54ca
This commit is contained in:
parent
2add3097f5
commit
48f5df95ec
1 changed files with 1 additions and 1 deletions
|
@ -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> </td>\n";
|
||||
|
|
Reference in a new issue