Minor code formatting changes for clarity.

This commit is contained in:
Chris Morgan
2007-09-24 22:08:22 -04:00
parent a6f76eb892
commit 09466f59a1

View File

@@ -970,13 +970,16 @@ 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()
{ {