set author & org to null array
This commit is contained in:
parent
d5b3d9db04
commit
fbc2154568
|
@ -141,8 +141,8 @@ class Doi extends Zend_Controller_Plugin_Abstract
|
||||||
//$orgs = "{".join(",",$orgs)."}";
|
//$orgs = "{".join(",",$orgs)."}";
|
||||||
$authors_en = "{".join(",",$authors_en)."}";
|
$authors_en = "{".join(",",$authors_en)."}";
|
||||||
$orgs_en = "{".join(",",$orgs_en)."}";
|
$orgs_en = "{".join(",",$orgs_en)."}";
|
||||||
$data['authors'] = null;
|
$data['authors'] = '{}';
|
||||||
$data['organization'] = null;
|
$data['organization'] = '{}';
|
||||||
$data['author_en'] = $authors_en;
|
$data['author_en'] = $authors_en;
|
||||||
$data['organization_en'] = $orgs_en;
|
$data['organization_en'] = $orgs_en;
|
||||||
unset($data['info']);
|
unset($data['info']);
|
||||||
|
|
Loading…
Reference in New Issue