Minor code formatting changes for clarity.
This commit is contained in:
@@ -970,12 +970,15 @@ class Application {
|
|||||||
|
|
||||||
if($this->sQueued != "true" && $this->iSubmitterId =
|
if($this->sQueued != "true" && $this->iSubmitterId =
|
||||||
$_SESSION['current']->iUserId)
|
$_SESSION['current']->iUserId)
|
||||||
|
{
|
||||||
return TRUE;
|
return TRUE;
|
||||||
|
}
|
||||||
|
|
||||||
return FALSE;
|
return FALSE;
|
||||||
}
|
} else
|
||||||
else
|
{
|
||||||
return FALSE;
|
return FALSE;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
public function mustBeQueued()
|
public function mustBeQueued()
|
||||||
|
|||||||
Reference in New Issue
Block a user