Gossamer Forum
Home : Products : Gossamer Forum : Development, Plugins and Globals :

Re: [Andy] GForum::do_func is freezing on me :(

Quote Reply
Re: [Andy] GForum::do_func is freezing on me :( In reply to
Try:

Code:
sub pm_normal {
require GForum;
return GForum::do_func('message_list');
}

The message_list action will print a header on it's own so there's no need to explicitly print one. Also a "require" is better than a "use" as it won't load the module again if it is already in memory.
Subject Author Views Date
Thread GForum::do_func is freezing on me :( Andy 5225 Aug 10, 2004, 9:12 AM
Thread Re: [Andy] GForum::do_func is freezing on me :(
Orbital 5112 Aug 17, 2004, 7:25 AM
Thread Re: [Orbital] GForum::do_func is freezing on me :(
Andy 5096 Aug 17, 2004, 8:53 AM
Thread Re: [Andy] GForum::do_func is freezing on me :(
Orbital 5087 Aug 17, 2004, 9:33 AM
Post Re: [Orbital] GForum::do_func is freezing on me :(
Andy 5098 Aug 17, 2004, 9:52 AM
Thread Re: [Orbital] GForum::do_func is freezing on me :(
Andy 5128 Aug 17, 2004, 9:53 AM
Thread Re: [Andy] GForum::do_func is freezing on me :(
Andy 5051 Aug 21, 2004, 7:00 AM
Thread Re: [Andy] GForum::do_func is freezing on me :(
Andy 5036 Aug 24, 2004, 2:18 AM
Post Re: [Andy] GForum::do_func is freezing on me :(
Andy 5050 Aug 24, 2004, 6:19 AM