Error = $errmsg; } function GetError() { return $this->Error; } function RunUpdate() { thwb_query("CREATE TABLE `$this->Prefix"."lastvisited` ( `boardid` int(10) unsigned NOT NULL default '0', `userid` int(10) unsigned NOT NULL default '0', `lastvisitedtime` int(10) unsigned NOT NULL default '0', KEY `useridboardid` (`userid`,`boardid`) ) TYPE=MyISAM;"); return 0; } } ?>