View | Details | Raw Unified | Return to bug 11945
Collapse All | Expand All

(-)a/misc/cronjobs/delete_expired_opac_registrations.pl (-1 / +3 lines)
Lines 69-74 my $delay = Link Here
69
my $category_code =
69
my $category_code =
70
  C4::Context->preference('PatronSelfRegistrationDefaultCategory');
70
  C4::Context->preference('PatronSelfRegistrationDefaultCategory');
71
71
72
die "PatronSelfRegistrationExpireTemporaryAccountsDelay and PatronSelfRegistrationDefaultCategory should be filled to use this script!"
73
    if not $category_code or not defined $delay or $delay eq q||;
74
72
my $query = "
75
my $query = "
73
    SELECT borrowernumber
76
    SELECT borrowernumber
74
    FROM borrowers
77
    FROM borrowers
75
- 

Return to bug 11945