Ignore:
Timestamp:
2000-06-27T09:38:51+12:00 (24 years ago)
Author:
sjboddie
Message:

Caught HTMLPlug up with BasPlug. A few minor changes to some supporting
files (for new BasPlug options).

File:
1 edited

Legend:

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

    r835 r1243  
    2929
    3030sub load_plugins {
    31     my ($plugin_list) = @_;
     31    my ($plugin_list, $verbosity) = @_;
    3232    my @plugin_objects = ();
     33
     34    $verbosity = 2 unless defined $verbosity;
    3335
    3436    foreach $pluginoptions (@$plugin_list) {
     
    5254    die "$@" if $@;
    5355   
     56    # initialize plugin
     57    $plugobj->init($verbosity);
     58
    5459    # add this object to the list
    5560    push (@plugin_objects, $plugobj);
Note: See TracChangeset for help on using the changeset viewer.