[guadec-web] Pending -> OnSitePaid
- From: Patrick Uiterwijk <puiterwijk src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [guadec-web] Pending -> OnSitePaid
- Date: Tue, 29 Jul 2014 13:42:32 +0000 (UTC)
commit eeef43fae3943c3535ba14fec9f26a76f99692c1
Author: Patrick Uiterwijk <puiterwijk redhat com>
Date: Tue Jul 29 09:42:25 2014 -0400
Pending -> OnSitePaid
guadec/access-register.php | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/guadec/access-register.php b/guadec/access-register.php
index 48e04e0..e590f0a 100644
--- a/guadec/access-register.php
+++ b/guadec/access-register.php
@@ -78,7 +78,7 @@ function display_result($result){
</form>');
}
}
- if ($results['payment'] == 'OnSite') {
+ if ($results['payment'] == 'OnSite' || $results['payment'] == 'Pending') {
print('<form method="post" action="">
<input type="hidden" name="regid" value="' . $results['id'] . '">
<input type="hidden" name="newstatus" value="OnSitePaid">
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]