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.html.php
61 61
		if ($this -> keyword != NULL) {
62 62
			switch ($this -> source) {
63 63
			case self :: OPENAIRE:
64
				$this -> result = $searchModel -> searchPublications($this -> keyword, FALSE, FALSE, FALSE, FALSE, NULL, NULL, NULL, NULL,NULL, NULL, NULL, NULL, NULL, NULL, $this -> page, $this -> size, $locale);
64
				$this -> result = $searchModel -> searchPublications($this -> keyword, FALSE, FALSE, FALSE, FALSE, NULL, NULL, NULL, NULL,NULL, NULL, NULL, NULL, NULL, NULL, $this -> page, $this -> size, $locale,FALSE);
65 65
				break;
66 66
			case self :: DOI:
67 67
				$this -> result = $claimModel -> searchDOI($this -> keyword, $this -> page, $this -> size);

Also available in: Unified diff