Formatting changes.

This commit is contained in:
Andrew McMillan 2012-03-02 08:57:38 +13:00
parent 69999da862
commit 70222291c7

View File

@ -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 ) {