From 4e464ca8d37b1266ce9548eef8a619591e86a2f9 Mon Sep 17 00:00:00 2001 From: patrick Date: Fri, 14 Feb 2025 17:15:02 +0000 Subject: [PATCH] Fix a few outstanding issues --- config/index.php | 2 +- register_participants_main.php | 2 +- register_participants_students.php | 1 + 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/config/index.php b/config/index.php index bde5e51b..31802b75 100644 --- a/config/index.php +++ b/config/index.php @@ -45,7 +45,7 @@ echo ' '; echo ' ' . theme_icon('cwsf_project_divisions') . '
' . i18n('CWSF Project Divisions') . '
'; echo ' ' . theme_icon('project_sub_divisions') . '
' . i18n('Project Sub-Divisions') . '
'; echo ' ' . theme_icon('page_texts') . '
' . i18n('Page Texts') . '
'; -echo ' ' . theme_icon('exhibitor_signature_page') . '
' . i18n("Exhibitor $participationform") . '
'; +//echo ' ' . theme_icon('exhibitor_signature_page') . '
' . i18n("Exhibitor $participationform") . '
'; echo " \n"; echo "
"; echo ' '; diff --git a/register_participants_main.php b/register_participants_main.php index b547d2d9..4817e1c5 100644 --- a/register_participants_main.php +++ b/register_participants_main.php @@ -213,7 +213,7 @@ else{ // echo '
(' . i18n('Available when ALL above sections are "Complete"') . ')'; echo ''; -echo i18n('Print'); +echo i18n('Sign'); // check to see if its complete echo ''; diff --git a/register_participants_students.php b/register_participants_students.php index f8ea676b..8299d796 100644 --- a/register_participants_students.php +++ b/register_participants_students.php @@ -161,6 +161,7 @@ if (get_value_from_array($_POST, 'action') == 'save') { . "teacheremail='" . stripslashes($_POST['teacheremail'][$x]) . "', " . "tshirt='" . stripslashes($_POST['tshirt'][$x]) . "' " . "WHERE id='$students_id'"); + $stmt->execute(); echo notice(i18n('%1 %2 successfully updated', array($_POST['firstname'][$x], $_POST['lastname'][$x]))); }