change to the release url
This commit is contained in:
parent
e3e3c958db
commit
20988eb73e
|
@ -618,7 +618,7 @@ class ServiceController extends Zend_Controller_Action
|
||||||
@$odf->setVars('suppinfo',$row['suppinfo'],true,'utf-8');
|
@$odf->setVars('suppinfo',$row['suppinfo'],true,'utf-8');
|
||||||
@$odf->setVars('contacts',$row['contacts'],true,'utf-8');
|
@$odf->setVars('contacts',$row['contacts'],true,'utf-8');
|
||||||
} else {
|
} else {
|
||||||
@$odf->setImage('qrcode', 'http://test.heihedata.org/service/qrcode/uuid/'.$row['uuid']);
|
@$odf->setImage('qrcode', 'http://westdc.westgis.ac.cn/service/qrcode/uuid/'.$row['uuid']);
|
||||||
}
|
}
|
||||||
|
|
||||||
$odf->exportAsAttachedFile($row['title'].'.odt');
|
$odf->exportAsAttachedFile($row['title'].'.odt');
|
||||||
|
|
Loading…
Reference in New Issue