Changeset 12508


Ignore:
Timestamp:
2006-08-24T10:52:53+12:00 (18 years ago)
Author:
kjdon
Message:

Added Stefan's fileupload code to replace use of cgicc by depositor. action.getargsinfo changed

File:
1 edited

Legend:

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

    r10873 r12508  
    386386        << "</td><td>";
    387387   
    388     cgiargsinfoclass argsinfo = (*actionshere).second.a->getargsinfo();
    389     cgiargsinfoclass::const_iterator argsinfohere = argsinfo.begin ();
    390     cgiargsinfoclass::const_iterator argsinfoend = argsinfo.end ();
     388    cgiargsinfoclass *argsinfo = (*actionshere).second.a->getargsinfo();
     389    cgiargsinfoclass::const_iterator argsinfohere = argsinfo->begin ();
     390    cgiargsinfoclass::const_iterator argsinfoend = argsinfo->end ();
    391391    bool aifirst = true;
    392392    while (argsinfohere != argsinfoend) {
Note: See TracChangeset for help on using the changeset viewer.