Gossamer Forum
Home : Products : Gossamer Links : Discussions :

Allow LinkOwner's to update all links

Quote Reply
Allow LinkOwner's to update all links
I was wondering if it would be possible to allow linkowner's to modify un-validated links. I just thinking if there is a submission problem or some reason that I need to unvalidate the link, then I could just send a email informing the User to modify their link.

Thanks,

Quote Reply
Re: Allow LinkOwner's to update all links In reply to
I figured it out, (I think).
Changed in Modify.cgi
sub _list_owned_links
my $sth = $link_db->select ( { LinkOwner => $USER->{Username}, isValidated => 'Yes' });
to
my $sth = $link_db->select ( { LinkOwner => $USER->{Username}});