diff --git a/application/default/controllers/AuthorController.php b/application/default/controllers/AuthorController.php index 0b9d6f0e..bdaf05b6 100644 --- a/application/default/controllers/AuthorController.php +++ b/application/default/controllers/AuthorController.php @@ -1,6 +1,5 @@ _getParam('uuid'); if(empty($uuid)) { - $rows = $fund->fetch(0,true,$uid); + $rows = $fund->fetch("",true); view::addPaginator($rows,$this->view,$this->_request); }else{ include('data/Metadata.php'); @@ -3846,7 +3845,7 @@ class AuthorController extends Zend_Controller_Action $this->view->q = $q = $this->_getParam('q'); $id = $this->_getParam('id'); $this->view->fund = $fund->view($id); - $rows = $fund->fetchFormData($id,$uid,$q); + $rows = $fund->fetchFormData($id,$q); view::addPaginator($rows,$this->view,$this->_request); return true; } diff --git a/application/default/views/scripts/author/doi-add.phtml b/application/default/views/scripts/author/doi-add.phtml index 0c5488d7..1e5a7db3 100644 --- a/application/default/views/scripts/author/doi-add.phtml +++ b/application/default/views/scripts/author/doi-add.phtml @@ -74,13 +74,28 @@ $this->headLink()->appendStylesheet('/css/author.css'); data['info']) || !is_array($this->data['info'])) {?>