Ignore:
Timestamp:
2006-01-25T17:39:32+13:00 (18 years ago)
Author:
jrm21
Message:

set the _httpbrowse$CL_ macro even for unknown classifier fields.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl/src/recpt/documentaction.cpp

    r10987 r11101  
    437437       // don't link to this classifier as it is the current one
    438438       this_tab += ",selected";
    439      } else if (!unknown) {
    440        // set the _httpbrowseXXX_ macro for this classification
    441        // set the correct url for this link
    442        disp.setmacro ("httpbrowse" + title, displayclass::defaultpackage, "_httpdocument_&cl=" + (*dochere).OID+date_extra);
    443439     }
     440
     441     // set the _httpbrowseXXX_ macro for this classification
     442     // set the correct url for this link
     443     disp.setmacro ("httpbrowse" + title, displayclass::defaultpackage, "_httpdocument_&cl=" + (*dochere).OID+date_extra);
     444     
    444445
    445446     this_tab += ")";
Note: See TracChangeset for help on using the changeset viewer.