Project

General

Profile

« Previous | Next » 

Revision 1ce9afb7

Added by Patric Plitzner over 9 years ago

reintegrated campanula drupal branch

View differences:

7.x/themes/garland_diptera/template.php
139 139
    $res = 1;
140 140
  }
141 141
  //different author and the first one is alphabetically smaller
142
  //else if($x->sources[0]->citation->authorTeam->teamMembers[0]->lastname <
143
  //$y->sources[0]->citation->authorTeam->teamMembers[0]->lastname){
142
  //else if($x->sources[0]->citation->authorship->teamMembers[0]->lastname <
143
  //$y->sources[0]->citation->authorship->teamMembers[0]->lastname){
144 144
  else if ($author_team_x->titleCache < $author_team_y->titleCache)	{
145 145
    $res = -1;
146 146
  }

Also available in: Unified diff