From f58b186a56e399381641a302ca9a02ba2dd7a67b Mon Sep 17 00:00:00 2001 From: Liz Rea Date: Thu, 20 Aug 2015 10:52:59 +1200 Subject: [PATCH] Bug 8753 - [followup] POD cleanup Check to make sure the messages from the qa checker are gone. Note I'm not sure about this one because my test tools are apparently broken, and I can't get the error to manifest. --- C4/Passwordrecovery.pm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/C4/Passwordrecovery.pm b/C4/Passwordrecovery.pm index f90d27c..bbfd2a8 100644 --- a/C4/Passwordrecovery.pm +++ b/C4/Passwordrecovery.pm @@ -160,6 +160,7 @@ sub SendPasswordRecoveryEmail { Deletes a password recovery entry. =cut + sub CompletePasswordRecovery{ my $uniqueKey = shift; my $model = Koha::Database->new->schema->resultset('BorrowerPasswordRecovery'); @@ -169,4 +170,4 @@ sub CompletePasswordRecovery{ END { } # module clean-up code here (global destructor) -1; \ No newline at end of file +1; -- 1.9.1