Log in

View Full Version : Function call to update the "options" datastore cach


SDB
07-27-2007, 12:23 PM
Hi

I am dynamically making a change to the globalignore list, and now need to update the datastore version of this setting also.

Is there a function somewhere which will rebuild this for me?

If not, I presume I could just unserialize it, change it and reserialize it?

-

Another option. Is there a function somewhere to add a userid to the globalignore list?

Cheers

Simon

Andreas
07-27-2007, 12:40 PM
include adminfunctions.php, call build_options().

SDB
07-27-2007, 12:44 PM
great :)

thank you very much