Project

General

Profile

« Previous | Next » 

Revision 0b8683d9

Added by Andreas Kohlbecker almost 8 years ago

avoiding php Strict warning

View differences:

themes/palmweb_2/template.php
123 123
  $out .= '> ' . t('Show Image Thumbnails') . '</form></div>';
124 124
  if (!empty($pager) && count($pager->records) > 0) {
125 125
      $out .= '<div id="search_results">';
126
    $out .= drupal_render(compose_list_of_taxa($pager->records));
126
    $list_of_taxa = compose_list_of_taxa($pager->records);
127
    $out .= drupal_render($list_of_taxa);
127 128
    $out .= '</div>';
128 129
    $out .= theme('cdm_pager', array(
129 130
      'pager' => $pager,

Also available in: Unified diff