Changeset 6187

Show
Ignore:
Timestamp:
07/25/08 21:38:44 (5 years ago)
Author:
p_lindheimer
Message:

fixes #1911 allowing fixlocalprefix to handle * characters

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • modules/branches/2.5/core/agi-bin/fixlocalprefix

    r5756 r6187  
    176176        "N", 
    177177        ".", 
     178        "*", 
    178179      ), 
    179180      array( 
     
    182183        "[2-9]", 
    183184        "[0-9#*]+", 
     185        "\*", 
    184186      ), 
    185187      // note, we're doing a subpattern match on the static portion so it can be extracted later