From bac0647fa683fefdcc9376a01e16abbc413b3326 Mon Sep 17 00:00:00 2001 From: Andrew Moore Date: Tue, 12 Aug 2008 10:11:50 -0500 Subject: [PATCH] Bug 2400 [15/18]: fixing pod syntax in C4/External/BakerTaylor.pm Signed-off-by: Galen Charlton --- C4/External/BakerTaylor.pm | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/C4/External/BakerTaylor.pm b/C4/External/BakerTaylor.pm index e992df585d..39005e4c4a 100644 --- a/C4/External/BakerTaylor.pm +++ b/C4/External/BakerTaylor.pm @@ -119,12 +119,12 @@ These can be overridden for testing purposes using the initialize function. A request with failed authentication might see this back from Baker + Taylor: - - - string - false - Invalid UserID - + + + string + false + Invalid UserID + Such response will trigger a warning for each request (potentially many). Point being, do not leave this module configured with incorrect username and password in production. -- 2.20.1