forked from extern/egroupware
Small cleanup in the query.
This commit is contained in:
parent
d369ae674a
commit
e9fd4b08b4
@ -394,7 +394,7 @@
|
|||||||
{
|
{
|
||||||
$serverid = $this->serverid;
|
$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__);
|
$this->db->query($sql,__LINE__,__FILE__);
|
||||||
if($this->db->next_record())
|
if($this->db->next_record())
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user