<?php error_reporting(E_ALL & ~E_NOTICE); if (!is_object($vbulletin->db)) { exit; } $vbulletin->db->query_write(" [high]SQL UPDATE QUERY HERE[/high] "); ?>