comment unused bigthumb

This commit is contained in:
wlx 2013-06-03 01:53:02 +00:00
parent 782e4ccb00
commit b63b5d50ca
1 changed files with 1 additions and 1 deletions

View File

@ -752,7 +752,7 @@ class ServiceController extends Zend_Controller_Action
@$odf->setVars('south',$row['south'],true,'utf-8');
@$odf->setVars('west',$row['west'],true,'utf-8');
@$odf->setVars('east',$row['east'],true,'utf-8');
$odf->setImage('bigthumb', 'http://deep.qherc.org/service/bigthumb/uuid/'.$row['uuid']);
//$odf->setImage('bigthumb', 'http://deep.qherc.org/service/bigthumb/uuid/'.$row['uuid']);
$odf->setImage('thumb', 'http://deep.qherc.org/service/thumb/uuid/'.$row['uuid']);
$odf->exportAsAttachedFile($row['title'].'.odt');
}