diff --git a/phpgwapi/inc/class.app_registry.inc.php b/phpgwapi/inc/class.app_registry.inc.php index 7015b10302..45d2044bdb 100755 --- a/phpgwapi/inc/class.app_registry.inc.php +++ b/phpgwapi/inc/class.app_registry.inc.php @@ -396,7 +396,7 @@ } else { - $where_clause = "WHERE app_name='".$appid."'" + $where_clause = "WHERE app_name='".$appid."'"; } $this->db->query('SELECT * FROM phpgw_applications '.$where_clause,__LINE__,__FILE__); if(!$this->db->num_rows())