mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-08 23:19:04 +01:00
Small cleanup in the query.
This commit is contained in:
parent
d369ae674a
commit
e9fd4b08b4
@ -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())
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user