VaultWiki allows your existing forum users to collaborate on creating and managing a site's content pages. VaultWiki is a fully-featured and fully-supported wiki solution for vBulletin and XenForo.
The VaultWiki Team encourages you to join our community of forum administrators and check out VaultWiki for yourself.
else { // do nothing }
else if ($this->existing['pending'] == 1) { $this->info['remove_pending'] = true; }
if ($this->info['shift_back'])
if ($this->info['remove_pending']) { $this->dbobject->query_write(" UPDATE " . TABLE_PREFIX . "vault_article SET pending = 0 WHERE threadid = " . intval($this->existing['threadid']) . " "); }
UPDATE vault_article SET pending = 0 WHERE threadid = $THREADID