Changeset 13457


Ignore:
Timestamp:
2006-12-07T17:33:37+13:00 (17 years ago)
Author:
kjdon
Message:

cgi_safe method renamed to cgi_safe_unicode, see comment in cgiutils

File:
1 edited

Legend:

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

    r13365 r13457  
    864864    else tmp += metainfo.values[position];
    865865  }
    866   if (meta.metacommand & mCgiSafe && !no_cgisafe) return cgi_safe (tmp);
     866  if (meta.metacommand & mCgiSafe && !no_cgisafe) return cgi_safe_unicode (tmp);
    867867  else return tmp;
    868868}
     
    909909    ++here;
    910910      }
    911       if (meta.metacommand & mCgiSafe) return cgi_safe (tmp);
     911      if (meta.metacommand & mCgiSafe) return cgi_safe_unicode (tmp);
    912912      else return tmp;
    913913    }
Note: See TracChangeset for help on using the changeset viewer.