Log in

View Full Version : vb_cron and phrases.


Code Monkey
11-19-2005, 04:32 PM
Is there anything special that needs to be added to a script run by vb_cron to get it to use a phrase? It makes a post ok but the parts with phrases are left out. I thought a global phrrase would be ok, but it seems not.

Andreas
11-19-2005, 04:35 PM
Global phrases can be used, you just have put


global $vbphrase;


in the script before you use them.

Code Monkey
11-19-2005, 05:16 PM
Thank you sir, that worked perfectly.