Forum OpenACS Development: Re: News package notification bug

Collapse
Posted by Ryan Gallimore on
Here's the fix to go in item-create-3.tcl:


if {[db_string pubdate "select to_date(:publish_date_ansi,'YYYY-MM-DD')"] eq [dt_sysdate]} {
set publish_date_ansi [dt_systime]
}