projects
/
eq
/
.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
446c175
)
Allowed Deacons to be hometeaching companions.
author
Alan Jack Pippin
<ajp@pippin.(none)>
Mon, 12 Jun 2006 23:27:55 +0000
(17:27 -0600)
committer
Alan J. Pippin
<ajp@pippins.net>
Mon, 12 Jun 2006 23:27:55 +0000
(17:27 -0600)
import_ward_data
patch
|
blob
|
history
diff --git
a/import_ward_data
b/import_ward_data
index c45feafde8a73c6410877a57165a3674dc112522..d54f8fc77d7429cce6bd0caf34fb4ec0fc4f96ce 100755
(executable)
--- a/
import_ward_data
+++ b/
import_ward_data
@@
-93,7
+93,8
@@
sub update_eq_aaronic_table
$hashref = $membership_data{$index};
foreach $key (keys %$hashref) {
if($key =~ /Priesthood/i &&
- ($membership_data{$index}{$key} =~ /^Teacher\s*$/i ||
+ ($membership_data{$index}{$key} =~ /^Deacon\s*$/i ||
+ $membership_data{$index}{$key} =~ /^Teacher\s*$/i ||
$membership_data{$index}{$key} =~ /^Priest\s*$/i)) {
$aaronic_name = $membership_data{$index}{'Preferred Name'};
$phone = $membership_data{$index}{'Phone 1'};