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

ODP Import Default

Quote Reply
ODP Import Default
When the odp import script appends your selected category / sites to the db, it puts the default add date as "0000-00-00". Is there anyway to change this to the real date?

Thanks.
Quote Reply
Re: ODP Import Default In reply to
Grab the latest version from the download area, it let's you specify defaults. Otherwise, enter into the SQL monitor:

UPDATE Links SET Add_Date='2000-03-01' WHERE Add_Date='0000-00-00'

Cheers,

Alex