thumbnail 생성 방식 테스트 코드 제거

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@3436 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
zero 2007-12-28 07:41:31 +00:00
parent 4dce017923
commit bd398894d2

View file

@ -371,7 +371,6 @@
if(!$this->document_srl) return;
if(!$height) $height = $width;
$thumbnail_type = '';
// 문서 모듈의 기본 설정에서 Thumbnail의 생성 방법을 구함
if(!in_array($thumbnail_type, array('crop','ratio'))) {