[guadec-web] Changed the table name of registrations



commit 478369960f505d6bd5fe13a22e320c6399b18c4b
Author: Saumya Dwivedi <saumya zero gmail com>
Date:   Sat Jul 5 23:43:29 2014 +0530

    Changed the table name of registrations

 guadec/confirm-payment.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/guadec/confirm-payment.php b/guadec/confirm-payment.php
index e777ede..dd1115b 100644
--- a/guadec/confirm-payment.php
+++ b/guadec/confirm-payment.php
@@ -6,7 +6,7 @@ Template Name: Confirm Payment
 <?php
  $application_submitted = false;
  $mailContent = '';
- $table_name = $wpdb->prefix .'registration';
+ $table_name = $wpdb->prefix .'guadec2014_registrations';
 
 global $wpdb;
 $sql = "CREATE TABLE $table_name (


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]