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
					
				| @ -116,7 +116,7 @@ class Index extends Extension { | |||||||
| 			for($j=0; $j<$width; $j++) { | 			for($j=0; $j<$width; $j++) { | ||||||
| 				$image = isset($images[$i*$width+$j]) ? $images[$i*$width+$j] : null; | 				$image = isset($images[$i*$width+$j]) ? $images[$i*$width+$j] : null; | ||||||
| 				if(!is_null($image)) { | 				if(!is_null($image)) { | ||||||
| 					$table .= build_thumb($image, $query); | 					$table .= build_thumb_html($image, $query); | ||||||
| 				} | 				} | ||||||
| 				else { | 				else { | ||||||
| 					$table .= "\t<td> </td>\n"; | 					$table .= "\t<td> </td>\n"; | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user