function admin_list_records( $table, $where, $order, $conn_str, $fields,
$options, $fail_mode, $rows = 20, $start = 0,
-$url, $action, $params, $filters, $a_title, $view = "", $id_field = "", $quick_tip = "", $id_field = "" )
+$url, $action, $params, $filters, $a_title, $view = "", $id_field = "", $quick_tip = "" )
{
$r = admin_list_records_r( $table, $where, $order, $conn_str, $fields,
$options, $fail_mode, $rows, $start,
} else {
$reason[]['text'] = 'ERROR: Unable to process MagicForm at this time.';
- break;
+ //break;
}
// If there are any charges
}
-/* - NOT ADDING TO CONTACT TABLE
+/* - NOT ADDING TO CONTACT TABLE
// Enter into Contact table
if ($config->event_registration->save_contacts) {
"From: Gaslight Media ".$v['word_Event']." Registration System <info@gaslightmedia.com>\n"
);
}
-
+
$reason[]['text'] = "The system was unable to store your request but it appears your credit card has already been charged.<br>
Please contact ".$v["customer_name"]
.( $cust_phone != '' ? " at ".$v["customer_phone"] : '' )