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,12 +970,15 @@ class Application {
if($this->sQueued != "true" && $this->iSubmitterId =
$_SESSION['current']->iUserId)
{
return TRUE;
}
return FALSE;
}
else
} else
{
return FALSE;
}
}
public function mustBeQueued()