reorder code for readability
This commit is contained in:
parent
417bebd9b7
commit
14c5d08a3f
1 changed files with 2 additions and 2 deletions
|
@ -174,12 +174,12 @@ class OC_Appconfig{
|
|||
if($app!==false and $key!==false){
|
||||
return false;
|
||||
}
|
||||
$where='WHERE';
|
||||
$fields='`configvalue`';
|
||||
$where='WHERE';
|
||||
$params=array();
|
||||
if($app!==false){
|
||||
$where.=' `appid` = ?';
|
||||
$fields.=', `configkey`';
|
||||
$where.=' `appid` = ?';
|
||||
$params[]=$app;
|
||||
$key='configkey';
|
||||
}else{
|
||||
|
|
Loading…
Reference in a new issue