Home : Products : Gossamer Links : Discussions :

Products: Gossamer Links: Discussions: Re: [Evoir] Printer Friendly version?: Edit Log

Here is the list of edits for this post
Re: [Evoir] Printer Friendly version?
You need to make sure you have:

use Links::Plugins;

....at the top to be able to use get_plugin_user_cfg

Or change:


my $sdv = Links::Plugins->get_plugin_user_cfg('SecondDetailed');

to

require Links::Plugins;
my $sdv = Links::Plugins->get_plugin_user_cfg('SecondDetailed');

Last edited by:

Paul: Apr 10, 2002, 2:30 AM

Edit Log: