Module: appdb Branch: master Commit: 09466f59a1d26a8178607ee92442f058a59729e5 URL: http://source.winehq.org/git/appdb.git/?a=commit;h=09466f59a1d26a8178607ee92... Author: Chris Morgan <cmorgan(a)alum.wpi.edu> Date: Mon Sep 24 22:08:22 2007 -0400 Minor code formatting changes for clarity. --- include/application.php | 7 +++++-- 1 files 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()