From 471e0627f091c0db69d1f1a9f0e4d159eabdb492 Mon Sep 17 00:00:00 2001 From: wlx Date: Wed, 18 Jun 2014 14:07:58 +0000 Subject: [PATCH] remove unused var --- application/default/controllers/ServiceController.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/application/default/controllers/ServiceController.php b/application/default/controllers/ServiceController.php index d384eac2..b062eea2 100644 --- a/application/default/controllers/ServiceController.php +++ b/application/default/controllers/ServiceController.php @@ -729,8 +729,8 @@ class ServiceController extends Zend_Controller_Action } } @$odf->setVars('citation',$cit,true,'utf-8'); - @$odf->setVars('reference',$row['reference'],true,'utf-8'); - @$odf->setVars('doi',$row['doi'],true,'utf-8'); + //@$odf->setVars('reference',$row['reference'],true,'utf-8'); + //@$odf->setVars('doi',$row['doi'],true,'utf-8'); @$odf->setVars('north',$row['north'],true,'utf-8'); @$odf->setVars('south',$row['south'],true,'utf-8');