mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-22 16:03:47 +01:00
Missed a semicolon.
This commit is contained in:
parent
924617a0e4
commit
30aad35397
@ -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())
|
||||
|
Loading…
Reference in New Issue
Block a user