my $alert2_msg = 'DO NOT MERGE OR EDIT. RECORD MANAGED CENTRALLY.';
my $alert_type = 20; # "Alerting note, no Blocks" standing penalty
my $root_org = 1; # KCLS org unit for penalty application
-my $expire_age = 18; # Kent (for now) uses 21.
+my $expire_age = 21;
my $purge_count = 0; # useful for local logging
my $db_handle;
my %new_barcodes;
$home_ou = $home_ou_map{$district_code} unless $home_ou;
- # Kent students may be as old as 21.
- $expire_age = 21 if $district_code eq '415';
-
if ($purge_all) {
print "\nPurge every user in the CSV file? This is irreversible!\n";
print "Are you sure? [yes|no]\n";