Project

General

Profile

« Previous | Next » 

Revision 949

Added by Jing Tao over 22 years ago

Only delete some incorrect comment.

View differences:

MetaCatServlet.java
288 288
          out.println("Illegal action squery without \"query\" parameter");
289 289
        }
290 290
      } else if (action.equals("export")) {
291
        //"username" and "groupname" have to continue using though they are 
292
        //not standard variable name
291
        
293 292
        handleExportAction(params, response, username, groupnames);
294 293
      } else if (action.equals("read")) {
295 294
        handleReadAction(params, response, username, groupnames);

Also available in: Unified diff