From 32f35b02fec0d290f819cdbd27eb82a02ee33fa3 Mon Sep 17 00:00:00 2001 From: arman Date: Fri, 7 Feb 2025 20:48:27 +0000 Subject: [PATCH] Resolved errors --- admin/donors.php | 72 +++---- admin/fundraising_campaigns.php | 6 + admin/fundraising_setup.php | 11 +- admin/judges_timeslots.php | 8 +- admin/registration_list.php | 6 + admin/schools.php | 5 +- config/safetyquestions.php | 16 +- register_participants.inc.php | 317 ++++++++++++++++++------------- register_participants_mentor.php | 12 +- user.inc.php | 8 +- user_new.php | 6 +- user_personal.php | 2 +- 12 files changed, 275 insertions(+), 194 deletions(-) diff --git a/admin/donors.php b/admin/donors.php index a753be76..7a7acae2 100644 --- a/admin/donors.php +++ b/admin/donors.php @@ -23,10 +23,10 @@ */ ?> prepare("INSERT INTO sponsors (year) VALUES ('" . $config['FAIRYEAR'] . "')"); $q->execute(); $id = $pdo->lastInsertId(); @@ -55,7 +53,6 @@ switch (get_value_from_array($_GET, 'action')) { } else $createnew = false; if ($id) { - if ($_POST['fundingselectiondate'] == '') { $_POST['fundingselectiondate'] = '0000-00-00'; } @@ -89,7 +86,7 @@ switch (get_value_from_array($_GET, 'action')) { . "WHERE id='$id'"; $q = $pdo->prepare($exec); $q->execute(); - echo $q->errorInfo(); + show_pdo_errors_if_any($pdo); // FIXME accept the logo // "logo='".mysql_escape_string(stripslashes($_POST['logo']))."', ". @@ -337,7 +334,7 @@ switch (get_value_from_array($_GET, 'action')) { case 'contactsinfo_load': // make sure a donor id has been selected - if ($_GET['id']) { + if ($_GET['id']) { draw_contactsinfo_form(); } exit; @@ -357,7 +354,7 @@ switch (get_value_from_array($_GET, 'action')) { break; case 'activityinfo_load': // make sure a donor id has been selected - if ($_GET['id']) { + if ($_GET['id']) { draw_activityinfo_form(); } exit; @@ -389,13 +386,13 @@ switch (get_value_from_array($_GET, 'action')) { echo "
  • uid)\">$r->firstname $r->lastname $r->email $r->phonehome
  • \n"; echo ''; -?> + ?> + ?> @@ -642,6 +639,7 @@ function draw_contactsinfo_form($contact = null) echo "
    \n"; // loop through each contact and draw a form with their data in it. + $query = $pdo->prepare("SELECT *,MAX(year) FROM users LEFT JOIN users_sponsor ON users_sponsor.users_id=users.id WHERE sponsors_id='" . $sponsor_id . "' @@ -822,7 +820,7 @@ function draw_activityinfo_form() global $config, $pdo; $sponsorid = $_GET['id']; // we'll start by drawing the table header -?> + ?>
    @@ -868,10 +866,10 @@ function draw_activityinfo_form() "; $q = $pdo->prepare($query); $q->execute(); @@ -966,12 +964,19 @@ function getDonationString($id) $("#editor_tabs").tabs({ create: function(event, ui) { + update_contactsinfo(); + update_organizationinfo(); + update_sponsorshipinfo(); + + update_activityinfo(); + }, + activate: function(event, ui) { update_organizationinfo(); update_sponsorshipinfo(); update_contactsinfo(); update_activityinfo(); }, - selected: 0 + selected: -1 }); $("#organizationinfo_fundingselectiondate").datepicker({ @@ -1018,6 +1023,7 @@ function getDonationString($id) } else { $('#editor_tabs').tabs('option', 'selected', 0); + $('#editor_tabs').tabs('option', 'collapsible', true); $('#editor_tabs').tabs('option', 'disabled', []); } @@ -1332,21 +1338,21 @@ echo '
    '; - * - * - * - * - */ + * + * + * + * + * + */ ?> @@ -1382,7 +1388,7 @@ echo '
    '; + ?>
    " . $query . "
    - *    - *    - * - *    - *    - * - *    - *    - *
    + *    + *    + * + *    + *    + * + *    + *    + *