added curly braces/spaces + replace spaces with tabs to fix code indending (or so?)
Signed-off-by: Roland Haeder <roland@mxchange.org>
This commit is contained in:
parent
e6a4a736fc
commit
d3e666f71a
7 changed files with 88 additions and 91 deletions
|
|
@ -43,8 +43,7 @@ function starred_init(App &$a) {
|
|||
$rand = '_=' . time();
|
||||
if (strpos($return_path, '?')) {
|
||||
$rand = "&$rand";
|
||||
}
|
||||
else {
|
||||
} else {
|
||||
$rand = "?$rand";
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue