remove unused var

This commit is contained in:
wlx 2014-06-18 14:07:58 +00:00
parent c9fac5f258
commit 471e0627f0
1 changed files with 2 additions and 2 deletions

View File

@ -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');