Gossamer Forum
Home : Products : Links 2.0 : Discussions :

isNew is should be set to "No" on new submission?

Quote Reply
isNew is should be set to "No" on new submission?
I see that isNew is set as following:
Code:
isNew => [9, 'alpha', 0, 5, 0, 'No', ''],
and
Code:
%add_system_fields = (
isNew => 'No',
isPopular => 'No',
Hits => '0',
Rating => 0,
Votes => 0,
ReceiveMail => 'Yes'
);

This means the new submission will have the "No" value in the isNew field.
Is that correct?
Will Links automatically update the isNew column of the database?

Thanks,
Webmaster33
Subject Author Views Date
Thread isNew is should be set to "No" on new submission? webmaster33 1544 Jan 27, 2000, 2:05 PM
Post Re: isNew is should be set to "No" on new submission?
Eliot 1504 Jan 27, 2000, 6:05 PM
Post Re: isNew is should be set to "No" on new submission?
webmaster33 1496 Jan 28, 2000, 7:16 AM
Post Re: isNew is should be set to "No" on new submission?
Eliot 1515 Jan 28, 2000, 7:37 AM
Post Re: isNew is should be set to "No" on new submission?
webmaster33 1489 Jan 28, 2000, 7:49 AM