Missed a semicolon.

This commit is contained in:
skeeter 2002-02-23 14:35:31 +00:00
parent 924617a0e4
commit 30aad35397

View File

@ -396,7 +396,7 @@
} }
else else
{ {
$where_clause = "WHERE app_name='".$appid."'" $where_clause = "WHERE app_name='".$appid."'";
} }
$this->db->query('SELECT * FROM phpgw_applications '.$where_clause,__LINE__,__FILE__); $this->db->query('SELECT * FROM phpgw_applications '.$where_clause,__LINE__,__FILE__);
if(!$this->db->num_rows()) if(!$this->db->num_rows())