From 50004a4d30db9af0deda5d68046f93a9a8ec64ec Mon Sep 17 00:00:00 2001 From: Jasmine Amohia Date: Wed, 16 Jan 2019 02:11:42 +0000 Subject: [PATCH] Bug 19920: Removed unnecessary code from C4/Members.pm A seperate bug (Bug 16853) removed the subroutine used in this file. I removed the code as it had become unnecessary. Test plan: 1. Confirm that &changepassword can't be found in C4/Members.pm --- C4/Members.pm | 5 ----- 1 file changed, 5 deletions(-) diff --git a/C4/Members.pm b/C4/Members.pm index 87ea1e782a..205f45bd7b 100644 --- a/C4/Members.pm +++ b/C4/Members.pm @@ -62,11 +62,6 @@ BEGIN { &IssueSlip ); - #Modify data - push @EXPORT, qw( - &changepassword - ); - #Check data push @EXPORT, qw( &checkuserpassword -- 2.11.0