Gossamer Forum
Home : Products : Gossamer Links : Version 1.x :

Editor.cgi : Modifications

Quote Reply
Editor.cgi : Modifications
Hello Alex!

If I add after the line 314 the following

$data{'Meta_Description'} = $data{'Meta Description'};
$data{'Meta_Keywords'} = $data{'Meta Keywords'};
$data{'Number_of_Links'} = 0;
$data{'Has_New_Links'} = 'No';
$data{'Name'} =~ tr/_/ /;
eval { $res = $db->add_record (\%record); };
$@ and print "Fatal on line $.: $@" and next;
$res or print "Error on line $.: $Links: BSQL::error\n" and next;
$CAT_IDS{$values{'Name'}} = $res;
$CAT_REL{$res} = $data{'Related'};

It gives error. Hope you understand what I am doing. Could you help me?

Thanks.

------------------
rajani











Subject Author Views Date
Thread Editor.cgi : Modifications dearnet 2694 Sep 4, 1999, 2:22 PM
Post Re: Editor.cgi : Modifications
Alex 2605 Sep 6, 1999, 9:23 PM
Post Re: Editor.cgi : Modifications
dearnet 2599 Sep 7, 1999, 7:01 PM
Post Re: Editor.cgi : Modifications
Alex 2602 Sep 8, 1999, 8:15 AM
Post Re: Editor.cgi : Modifications
dearnet 2605 Oct 14, 1999, 5:46 AM
Post Re: Editor.cgi : Modifications
widgetz 2610 Oct 15, 1999, 6:28 PM
Post Re: Editor.cgi : Modifications
pugdog 2598 Oct 15, 1999, 7:11 PM