KozmoK
12-28-2009, 02:27 AM
I have a cron job that executes a perl script that modifies one of my Notices's. However,
the changes are not reflected until I manually go into the notice manager and change something.
I am seeing I need to update the datastore.
//update the datastore notice cache
if ($changes)
{
build_notice_datastore();
}
Is there a way I can call this progmatically, or by modifying the notice cache directly?
Thanks,
Koz
the changes are not reflected until I manually go into the notice manager and change something.
I am seeing I need to update the datastore.
//update the datastore notice cache
if ($changes)
{
build_notice_datastore();
}
Is there a way I can call this progmatically, or by modifying the notice cache directly?
Thanks,
Koz