From 855d21fc1a1f9ad4685493d903639987110f01fd Mon Sep 17 00:00:00 2001 From: Marcel de Rooy Date: Thu, 23 Mar 2017 11:56:50 +0100 Subject: [PATCH] Bug 12026: [QA Follow-up] Fix a POD line Still refers to a removed parameter of _autocreate. Signed-off-by: Marcel de Rooy Signed-off-by: Olli-Antti Kivilahti --- C4/Auth_with_shibboleth.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/C4/Auth_with_shibboleth.pm b/C4/Auth_with_shibboleth.pm index 4e7c0f0..6b20511 100644 --- a/C4/Auth_with_shibboleth.pm +++ b/C4/Auth_with_shibboleth.pm @@ -300,7 +300,7 @@ Given a shib_login attribute, this routine checks for a matching local user and my ( $retval, $retcard, $retuserid ) = _autocreate( $config, $match ); -Given a database handle, a shibboleth attribute reference and a userid this internal routine will add the given user to koha and return their user credentials +Given a shibboleth attribute reference and a userid this internal routine will add the given user to Koha and return their user credentials. This routine is NOT exported -- 2.7.4