diff --git a/confirmed_participants.php b/confirmed_participants.php index 854c26a..2ac98d4 100644 --- a/confirmed_participants.php +++ b/confirmed_participants.php @@ -99,11 +99,18 @@ $lastdiv=$r->division; } - $statusstar=""; - if($r->status=="paymentpending") - $statusstar="*"; - $status_text=i18n("Complete"); + //no need to output the status if we dont have a reg fee, becuase status is either 'complete' or 'payment pending' but if we dont have a regfee it can never be payment pending, so thus, it must be complete! + $statusstar=""; + if($config['regfee']>0) + { + if($r->status=="paymentpending") + $statusstar="*"; + + $status_text=i18n("Complete"); + } + else + $status_text=""; echo "