git-svn-id: https://svn.libreccm.org/ccm/trunk@1317 8810af33-2d31-482b-a856-94f89814c4df
master
jensp 2011-12-06 19:26:00 +00:00
parent 819753491b
commit 0ccb82699f
1 changed files with 2 additions and 4 deletions

View File

@ -123,8 +123,7 @@ public class SciDepartmentPublicationsTab implements GenericOrgaUnitTab {
+ "else authorGivenname "
+ "end asc");
} else {
publications.addOrder("case when ((authors is null) "
+ "or (char_length(authors) = 0)) "
publications.addOrder("case when (authors is null) "
+ "then 'zzzz' "
+ "else authors "
+ "end asc");
@ -194,8 +193,7 @@ public class SciDepartmentPublicationsTab implements GenericOrgaUnitTab {
+ "else authorGivenname "
+ "end asc");
} else {
publications.addOrder("case when ((authors is null) "
+ "or (char_length(authors) = 0)) "
publications.addOrder("case when (authors is null) "
+ "then 'zzzz' "
+ "else authors "
+ "end asc");