Gossamer Forum
Home : Products : Gossamer Links : Discussions :

Re: [BLOOD] Ordered List and Errors

Quote Reply
Re: [BLOOD] Ordered List and Errors In reply to
Try looking in /admin/Links/User/Add.pm:

edit;

Code:
# Add the record.
my $id = $db->add ( $input );
$input->{ID} = $id;
if (! $id) {
my $error = "<ul><li>" . join ("<li>", $db->error) . "</ul>";
return { error => "<ul>$error</ul>", Category => $category };
}

Cheers

Andy (mod)
andy@ultranerds.co.uk
Want to give me something back for my help? Please see my Amazon Wish List
GLinks ULTRA Package | GLinks ULTRA Package PRO
Links SQL Plugins | Website Design and SEO | UltraNerds | ULTRAGLobals Plugin | Pre-Made Template Sets | FREE GLinks Plugins!
Subject Author Views Date
Thread Ordered List and Errors BLOOD 1674 Jun 20, 2003, 6:48 AM
Thread Re: [BLOOD] Ordered List and Errors
Andy 1647 Jun 20, 2003, 6:51 AM
Thread Re: [Andy] Ordered List and Errors
BLOOD 1639 Jun 20, 2003, 6:56 AM
Post Re: [BLOOD] Ordered List and Errors
Andy 1617 Jun 20, 2003, 7:08 AM