Gossamer Forum
Home : Products : Gossamer Links : Discussions :

Re: editor rights

Quote Reply
Re: editor rights In reply to
Hi,

This is a bug, get() works different with Relations, then Tables. You need to do:

my $sth = $ed_db->select ( { 'Editors.Username' => $user } );
my $editor_info = $sth->fetchrow_hashref;
return $editor_info;

You need 'Editors.Username' instead of 'Username' as they are both called Username.

Cheers,

Alex

--
Gossamer Threads Inc.
Subject Author Views Date
Thread editor rights ridesworld 2328 Mar 20, 2001, 1:46 PM
Thread Re: editor rights
Stealth 2270 Mar 20, 2001, 6:30 PM
Post Re: editor rights
ridesworld 2262 Mar 21, 2001, 12:43 AM
Thread Re: editor rights
ridesworld 2238 Mar 21, 2001, 1:53 PM
Thread Re: editor rights
Alex 2227 Mar 23, 2001, 10:47 AM
Thread Re: editor rights
ridesworld 2216 Mar 23, 2001, 1:03 PM
Post Re: editor rights
ridesworld 2214 Mar 24, 2001, 8:16 AM