forked from extern/egroupware
Missed a semicolon.
This commit is contained in:
parent
924617a0e4
commit
30aad35397
@ -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())
|
||||||
|
Loading…
Reference in New Issue
Block a user