Changeset 16124
- Timestamp:
- 2008-06-24T16:35:23+12:00 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
gsdl/trunk/perllib/parse2.pm
r15894 r16124 163 163 } 164 164 165 # If the argument type is "string" or "metadata" then165 # If the argument type is "string" or "metadata" or "quotestr" then 166 166 # just shift the next argument from $aryptInputArguList 167 167 # TODO: make sure if there is any checking required for this two types 168 elsif($strArgType eq "string" || $strArgType eq " metadata" || $strArgType eq "regexp" || $strArgType eq "url")168 elsif($strArgType eq "string" || $strArgType eq "quotestr" || $strArgType eq "metadata" || $strArgType eq "regexp" || $strArgType eq "url") 169 169 { 170 170 $hashInputArg->{$strArgName}= shift(@{$aryptInputArguList});
Note:
See TracChangeset
for help on using the changeset viewer.