diff --git a/confirmed_participants.php b/confirmed_participants.php index 6849457..80b0c18 100644 --- a/confirmed_participants.php +++ b/confirmed_participants.php @@ -102,12 +102,11 @@ //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($config['regfee']>0) { if($r->status=="paymentpending") $statusstar="*"; - $status_text=i18n("Complete"); +// $status_text=i18n("Complete"); } else $status_text="";