Project

General

Profile

« Previous | Next » 

Revision b5dca1e2

Added by Andreas Kohlbecker almost 11 years ago

fixing #2971 (cdm_ws_getAnnotationsFor() returns only the first page of annotations) and related improvements

View differences:

7.x/modules/cdm_dataportal/cdm_dataportal.module
982 982
}
983 983

  
984 984
/**
985
 * @todo Please document this function.
986
 * @see http://drupal.org/node/1354
985
 * Created a view on a all references contained in the portal.
986
 *
987
 * This function is used at the path cdm_dataportal/reference/list
987 988
 */
988 989
function cdm_dataportal_view_reference_list($pageNumber) {
989 990
  $referencePager = cdm_ws_page(CDM_WS_REFERENCE, variable_get('cdm_dataportal_search_items_on_page', CDM_DATAPORTAL_SEARCH_ITEMS_ON_PAGE), $pageNumber);

Also available in: Unified diff