Ignore:
Timestamp:
2001-10-26T18:39:42+13:00 (23 years ago)
Author:
manuel
Message:

added gc=2 option to expand parent levels of hierarchical browser's

File:
1 edited

Legend:

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

    r2646 r2805  
    165165  // check gc argument
    166166  int arg_gc = args.getintarg("gc");
    167   if (arg_gc != 0 && arg_gc != 1) {
     167  if (arg_gc < 0 || arg_gc > 2) {
    168168    logout << "Warning: \"gc\" argument out of range (" << arg_gc << ")\n";
    169169    cgiarginfo *gcinfo = argsinfo.getarginfo ("gc");
Note: See TracChangeset for help on using the changeset viewer.