change to the release url

This commit is contained in:
wlx 2013-06-12 04:30:56 +00:00
parent e3e3c958db
commit 20988eb73e
1 changed files with 1 additions and 1 deletions

View File

@ -618,7 +618,7 @@ class ServiceController extends Zend_Controller_Action
@$odf->setVars('suppinfo',$row['suppinfo'],true,'utf-8');
@$odf->setVars('contacts',$row['contacts'],true,'utf-8');
} 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');