Ignore:
Timestamp:
1999-11-09T09:26:38+13:00 (24 years ago)
Author:
sjboddie
Message:

added multiplevalue option to cgiarginfo

File:
1 edited

Legend:

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

    r769 r776  
    2828/*
    2929   $Log$
     30   Revision 1.40  1999/11/08 20:26:37  sjboddie
     31   added multiplevalue option to cgiarginfo
     32
    3033   Revision 1.39  1999/11/03 22:49:10  sjboddie
    3134   A location url may now contain macros
     
    584587  // get an initial list of cgi arguments
    585588  args.clear();
    586   split_cgi_args (argstr, args);
     589  split_cgi_args (argsinfo, argstr, args);
    587590
    588591  // expand the compressed argument (if there was one)
Note: See TracChangeset for help on using the changeset viewer.