From 48f5df95ecd6478ab1ed30bb9583da2784eb141b Mon Sep 17 00:00:00 2001 From: shish Date: Sun, 29 Apr 2007 01:23:13 +0000 Subject: [PATCH] update build thumb api git-svn-id: file:///home/shish/svn/shimmie2/trunk@34 7f39781d-f577-437e-ae19-be835c7a54ca --- core/ext/index.ext.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/ext/index.ext.php b/core/ext/index.ext.php index 8aab2102..35f08ab4 100644 --- a/core/ext/index.ext.php +++ b/core/ext/index.ext.php @@ -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 \n";