XTF
10-15-2007, 05:54 PM
Hi,
Is there way to run queries in a mod/product and don't cause vB to abort the script if MySQL returns an error?
Edit:
Yes, there is: $vbulletin->db->hide_errors();
Now I'm wondering if it's possible to use $vbulletin if you start a cron job from the shell?
Is there way to run queries in a mod/product and don't cause vB to abort the script if MySQL returns an error?
Edit:
Yes, there is: $vbulletin->db->hide_errors();
Now I'm wondering if it's possible to use $vbulletin if you start a cron job from the shell?