Changeset 11112


Ignore:
Timestamp:
2006-01-26T15:18:06+13:00 (18 years ago)
Author:
jrm21
Message:

removed extra "," for navtab() stuff

File:
1 edited

Legend:

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

    r11101 r11112  
    427427           + date_extra;
    428428       }
    429        this_tab += "," + title + "," + title + ",";
     429       this_tab += "," + title + "," + title;
    430430     } else { // use the macro for this field so we get translations
    431431       this_tab += "_httpbrowse" + title;
Note: See TracChangeset for help on using the changeset viewer.