Small cleanup in the query.

This commit is contained in:
skeeter 2002-02-15 18:57:30 +00:00
parent d369ae674a
commit e9fd4b08b4

View File

@ -394,7 +394,7 @@
{
$serverid = $this->serverid;
}
$sql = "SELECT * FROM $this->table WHERE server_id=" . intval($serverid);
$sql = "SELECT * FROM ".$this->table." WHERE server_id=" . intval($serverid);
$this->db->query($sql,__LINE__,__FILE__);
if($this->db->next_record())
{