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

Products: Gossamer Forum: Development, Plugins and Globals: Re: [Alex] Mystery Hook: Edit Log

Here is the list of edits for this post
Re: [Alex] Mystery Hook
Shouldn't this work in that case?

Code:
my $tpl = shift;
my $args = {};
my @list = $DB->table('Online')->select( { guest_id_fk => 0, online_invisible => 0 } )->fetchall_list;

$args->{mylist} = join ', ', @list;

return ($tpl,$args);

?

I get an unknown tag error for <%mylist%>

Last edited by:

RedRum: Mar 12, 2002, 9:17 AM

Edit Log: