Skip to content
Snippets Groups Projects
Commit 14c5d08a authored by Jörn Friedrich Dreyer's avatar Jörn Friedrich Dreyer
Browse files

reorder code for readability

parent 417bebd9
No related branches found
No related tags found
No related merge requests found
......@@ -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{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment