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()