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

Re: [eljot] updated links on new page

Quote Reply
Re: [eljot] updated links on new page In reply to
I think that the bit you need to change is in Build.pm. If you look for sub build_changed_flags you should find this piece of code:

$cond = GT::SQL::Condition->new (
'isChanged', '=', 'No',
'Mod_Date', '>=', $date,
'Add_Date', '<', $date
);

I think that the line in red says ignore links which are new. If you delete it you should be able to flag new links as changed.
Subject Author Views Date
Thread updated links on new page eljot 2645 Mar 15, 2003, 5:46 AM
Thread Re: [eljot] updated links on new page
eljot 2569 Mar 16, 2003, 4:29 AM
Thread Re: [eljot] updated links on new page
eljot 2517 Apr 1, 2003, 11:31 PM
Thread Re: [eljot] updated links on new page
afinlr 2522 Apr 2, 2003, 11:19 AM
Post Re: [afinlr] updated links on new page
eljot 2482 Apr 3, 2003, 10:55 AM