remove unused var
This commit is contained in:
parent
c9fac5f258
commit
471e0627f0
|
@ -729,8 +729,8 @@ class ServiceController extends Zend_Controller_Action
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@$odf->setVars('citation',$cit,true,'utf-8');
|
@$odf->setVars('citation',$cit,true,'utf-8');
|
||||||
@$odf->setVars('reference',$row['reference'],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('north',$row['north'],true,'utf-8');
|
@$odf->setVars('north',$row['north'],true,'utf-8');
|
||||||
@$odf->setVars('south',$row['south'],true,'utf-8');
|
@$odf->setVars('south',$row['south'],true,'utf-8');
|
||||||
|
|
Loading…
Reference in New Issue