mirror of
https://gitlab.com/davical-project/davical.git
synced 2026-04-20 14:20:14 +00:00
Formatting changes.
This commit is contained in:
parent
69999da862
commit
70222291c7
@ -21,9 +21,9 @@ if ( empty($sync_level) ) {
|
||||
else {
|
||||
$sync_level = $sync_level[0]->GetContent();
|
||||
if ( $sync_level == 'infinity' )
|
||||
$sync_level = DEPTH_INFINITY;
|
||||
$sync_level = DEPTH_INFINITY;
|
||||
else
|
||||
$sync_level = 1;
|
||||
$sync_level = 1;
|
||||
}
|
||||
|
||||
if ( $sync_level == DEPTH_INFINITY ) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user