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 @@ */ ?> -require('../common.inc.php'); -require_once('../user.inc.php'); +require ('../common.inc.php'); +require_once ('../user.inc.php'); user_auth_required('committee', 'admin'); -require_once('fundraising_common.inc.php'); +require_once ('fundraising_common.inc.php'); global $pdo; @@ -43,9 +43,7 @@ switch (get_value_from_array($_GET, 'action')) { case 'organizationinfo_save': $id = intval($_POST['sponsor_id']); - if ($id == -1) { - echo "INSERT INTO sponsors (year) VALUES ('" . $config['FAIRYEAR'] . "')"; $q = $pdo->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 "