Changeset 901


Ignore:
Timestamp:
2000-02-03T14:44:57+13:00 (24 years ago)
Author:
sjboddie
Message:

bug in collectionoption stuff

File:
1 edited

Legend:

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

    r876 r901  
    7979_getargsfunction_ {
    8080function getargs () \{
    81   return argk + args + argm + argo + argb_If_('_cgiargccs_ == 1',_ccsargs_)_If_(_htmloptions_,_htmlargs_);
     81  return argk + args + argm + argo + argb_If_(_collectionoption_,_ccsargs_)_If_(_htmloptions_,_htmlargs_);
    8282\}
    8383}
     
    140140argo = "";
    141141argb = "";
    142 _If_('_cgiargccs_ == 1',_ccsfunctions_,_standardfunctions_)
     142_If_(_collectionoption_,_ccsfunctions_,_standardfunctions_)
    143143_If_(_htmloptions_,_htmlfunctions_)
    144144_getargsfunction_
Note: See TracChangeset for help on using the changeset viewer.