From b49d937e2c86d16415b7d1e95c5ba6641435c75d Mon Sep 17 00:00:00 2001 From: Andrew Elwell Date: Fri, 20 Feb 2009 15:34:51 +0100 Subject: [PATCH] more Minor documentation fixes Signed-off-by: Galen Charlton --- C4/Auth.pm | 4 ++-- C4/Members.pm | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/C4/Auth.pm b/C4/Auth.pm index 871929e7f5..54f151e0e2 100644 --- a/C4/Auth.pm +++ b/C4/Auth.pm @@ -356,8 +356,8 @@ sub get_template_and_user { Verifies that the user is authorized to run this script. If the user is authorized, a (userid, cookie, session-id, flags) -quadruple is returned. If the user is not authorized but does -not have the required privilege (see $flagsrequired below), it +quadruple is returned. If the user is not authorized due to +insufficent privileges (see $flagsrequired below), it displays an error page and exits. Otherwise, it displays the login page and exits. diff --git a/C4/Members.pm b/C4/Members.pm index 5dab0c0a38..24e711a089 100644 --- a/C4/Members.pm +++ b/C4/Members.pm @@ -966,7 +966,7 @@ sub GetGuarantees { &UpdateGuarantees($parent_borrno); -C<&UpdateGuarantees> borrower data for an adulte and updates all the guarantees +C<&UpdateGuarantees> borrower data for an adult and updates all the guarantees with the modified information =cut -- 2.11.0