From 4cba8caa3cb90d467944f491eb22ecaeed292d1a Mon Sep 17 00:00:00 2001 From: justin Date: Sun, 11 Jul 2010 13:52:28 +0000 Subject: [PATCH] enter salutations using a textfield, not a dropdown. --- admin/donors.php | 10 +--------- admin/fundraising_common.inc.php | 1 - 2 files changed, 1 insertion(+), 10 deletions(-) diff --git a/admin/donors.php b/admin/donors.php index 2abe9c3..ae5cb74 100644 --- a/admin/donors.php +++ b/admin/donors.php @@ -641,7 +641,6 @@ function draw_contactsinfo_form($contact = null){ // draw a form in which to enter information about the various contacts function draw_contact_form($sponsor_id, $contact = null){ - global $salutations; global $config; //grab the sponsor details, so we can do diff things for individual vs organization @@ -687,14 +686,7 @@ function draw_contact_form($sponsor_id, $contact = null){ - diff --git a/admin/fundraising_common.inc.php b/admin/fundraising_common.inc.php index 62b2509..6973f17 100644 --- a/admin/fundraising_common.inc.php +++ b/admin/fundraising_common.inc.php @@ -1,6 +1,5 @@