Changeset 2744


Ignore:
Timestamp:
2001-09-21T11:50:55+12:00 (23 years ago)
Author:
kjm18
Message:

changed the way level stuff handled in mgpp

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl/macros/query.dm

    r2042 r2744  
    143143    stdarg = "";
    144144    _If_(_cgiargh_,_getharg_)
    145     _If_(_cgiargg_,_getgarg_)
     145    _If_(_gselection_,_getgarg_)   
    146146    _If_(_cgiargj_,_getjarg_)
    147147
     
    183183function initialize () \{
    184184
    185    initfqf();
     185   if (document.QueryForm.fqf != null) \{initfqf();\}
    186186   initfqv();
    187187   if ( "_cgiargb_" == "1") \{
Note: See TracChangeset for help on using the changeset viewer.