Changeset 22221


Ignore:
Timestamp:
2010-06-02T15:56:57+12:00 (14 years ago)
Author:
kjdon
Message:

added commented quote to make emacs colouring proper

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/greenstone2/perllib/plugin.pm

    r22087 r22221  
    190190    # need to escape backslash before putting in to the eval
    191191    # but watch out for any \" (which shouldn't be further escaped)
    192     $options =~ s/\\([^"])/\\\\$1/g;
     192    $options =~ s/\\([^"])/\\\\$1/g; #"
    193193    $options =~ s/\$/\\\$/g;
    194 
    195194
    196195    eval ("\$plugobj = new \$pluginname([],[$options])");
Note: See TracChangeset for help on using the changeset viewer.