Changeset 1664 for palm/trunk/SOURCE
- Timestamp:
- Sep 23, 2015 6:18:12 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SOURCE/message.f90
r1403 r1664 21 21 ! Current revisions: 22 22 ! ----------------- 23 ! 23 ! updated information_string_2 to meet the new server structure 24 24 ! 25 25 ! Former revisions: … … 106 106 information_string_1 = 'Further information can be found at' 107 107 IF(message_identifier(1:2) == 'NC') THEN 108 information_string_2 = 'http://palm.muk.uni-hannover.de/ wiki/doc' // &108 information_string_2 = 'http://palm.muk.uni-hannover.de/trac/wiki/doc' // & 109 109 '/app/errmsg#NC' 110 110 ELSE 111 information_string_2 = 'http://palm.muk.uni-hannover.de/ wiki/doc' // &111 information_string_2 = 'http://palm.muk.uni-hannover.de/trac/wiki/doc' // & 112 112 '/app/errmsg#' // message_identifier 113 113 END IF
Note: See TracChangeset
for help on using the changeset viewer.