Changeset 30374 for main/trunk


Ignore:
Timestamp:
2016-02-15T10:52:33+13:00 (8 years ago)
Author:
kjdon
Message:

just testing committing

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/greenstone2/runtime-src/src/recpt/receptionist.cpp

    r30307 r30374  
    594594  args.clear();
    595595  split_cgi_args (argsinfo, argstr, args);
    596 
     596 
    597597  // expand the compressed argument (if there was one)
    598598  if (!expand_save_args (argsinfo, configinfo.saveconf, args, logout)) return false;
    599 
     599 
    600600  // add the defaults
    601601  add_default_args (argsinfo, args, logout);
    602 
     602 
    603603  // add any file upload arguments
    604604  add_fileupload_args(argsinfo, args, fileuploads, logout);
    605 
     605 
    606606  // get the cookie
    607607  if (configinfo.usecookies) get_cookie(args["z"], fcgienv);
     
    626626  // see if the next page will have a different encoding
    627627  if (args.getarg("nw") != NULL) arg_w = args["nw"];
    628 
     628 
    629629  // convert arguments which aren't in unicode to unicode
    630630  args_tounicode (args, *inconvert);
    631 
    632 
     631 
    633632  // decide on the output conversion class (needed for checking the external
    634633  // cgi arguments)
Note: See TracChangeset for help on using the changeset viewer.