From 09466f59a1d26a8178607ee92442f058a59729e5 Mon Sep 17 00:00:00 2001 From: Chris Morgan Date: Mon, 24 Sep 2007 22:08:22 -0400 Subject: [PATCH] Minor code formatting changes for clarity. --- include/application.php | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/include/application.php b/include/application.php index 476b5d6..e8f826e 100644 --- a/include/application.php +++ b/include/application.php @@ -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()