Changeset 16124


Ignore:
Timestamp:
2008-06-24T16:35:23+12:00 (16 years ago)
Author:
osborn
Message:

Added the check for quotestr type in subroutine processArg

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gsdl/trunk/perllib/parse2.pm

    r15894 r16124  
    163163    }
    164164
    165     # If the argument type is "string" or "metadata" then
     165    # If the argument type is "string" or "metadata" or "quotestr" then
    166166    # just shift the next argument from $aryptInputArguList
    167167    # 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")
    169169    {
    170170    $hashInputArg->{$strArgName}= shift(@{$aryptInputArguList});
Note: See TracChangeset for help on using the changeset viewer.