comment unused elements
This commit is contained in:
parent
196f9d7df2
commit
782e4ccb00
|
@ -743,9 +743,9 @@ class ServiceController extends Zend_Controller_Action
|
|||
@$odf->setVars('timeend',$row['timeend'],true,'utf-8');
|
||||
@$odf->setVars('citation',$row['citation'],true,'utf-8');
|
||||
@$odf->setVars('reference',$row['reference'],true,'utf-8');
|
||||
@$odf->setVars('doi',$row['doi'],true,'utf-8');
|
||||
//@$odf->setVars('doi',$row['doi'],true,'utf-8');
|
||||
@$odf->setVars('suppinfo',$row['suppinfo'],true,'utf-8');
|
||||
@$odf->setVars('uselimits',$row['uselimits'],true,'utf-8');
|
||||
//@$odf->setVars('uselimits',$row['uselimits'],true,'utf-8');
|
||||
@$odf->setVars('resources',$row['resources'],true,'utf-8');
|
||||
@$odf->setVars('contacts',$row['contacts'],true,'utf-8');
|
||||
@$odf->setVars('north',$row['north'],true,'utf-8');
|
||||
|
|
Loading…
Reference in New Issue