Changeset 19175


Ignore:
Timestamp:
2009-04-22T09:28:06+12:00 (15 years ago)
Author:
kjdon
Message:

added httpweb to the regex that includes httpimg

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gsdl/trunk/bin/script/expand_macros.pl

    r11121 r19175  
    707707                           # we want to skip some macros that have no content anyway (defined
    708708                           # from within the server) - unless we're doing a "reverse" search
    709     next if $seen{$m}++ || ($m =~ /^(cgiarg.*|histvalue\d+|if|httpimg|gwcgi|(decoded)?compressedoptions)$/i
     709    next if $seen{$m}++ || ($m =~ /^(cgiarg.*|histvalue\d+|if|httpimg|httpweb|gwcgi|(decoded)?compressedoptions)$/i
    710710                            && ! $ARG{'reverse'});
    711711
Note: See TracChangeset for help on using the changeset viewer.