From e9fd4b08b47913c5a9e133d04f84e4b3a9940d5c Mon Sep 17 00:00:00 2001 From: skeeter Date: Fri, 15 Feb 2002 18:57:30 +0000 Subject: [PATCH] Small cleanup in the query. --- phpgwapi/inc/class.interserver.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpgwapi/inc/class.interserver.inc.php b/phpgwapi/inc/class.interserver.inc.php index afa079eee3..49877f41b1 100644 --- a/phpgwapi/inc/class.interserver.inc.php +++ b/phpgwapi/inc/class.interserver.inc.php @@ -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()) {