Project

General

Profile

« Previous | Next » 

Revision 39600

add a new argument for search/browse methods - request statistics only where they are necessary

View differences:

view.raw.php
60 60
            $this->pagesFormat = new JObject();
61 61
            switch ($this->source) {
62 62
                case self :: OPENAIRE:
63
                    $this->results = $searchModel->searchPublications($this->keyword, FALSE, FALSE, FALSE, FALSE, NULL, NULL, NULL, NULL, NULL,NULL, NULL, NULL, NULL, NULL, $this->page, $this->size, $locale,NULL);
63
                    $this->results = $searchModel->searchPublications($this->keyword, FALSE, FALSE, FALSE, FALSE, NULL, NULL, NULL, NULL, NULL,NULL, NULL, NULL, NULL, NULL, $this->page, $this->size, $locale,NULL,FALSE);
64 64
                    $this->pagesFormat = format_pages($this->results, $this->size, $this->page, self :: MAX_PAGES);
65 65
                    break;
66 66
                case self :: DOI:

Also available in: Unified diff