From 9407a29506ff1ff13c2de928a6764dbf5c837c21 Mon Sep 17 00:00:00 2001 From: Caroline Cyr La Rose Date: Fri, 15 Oct 2021 10:03:52 -0400 Subject: [PATCH] Bug 29216: Correct --where documentation in update_patrons_category.pl This patch removes two misleading examples of the --where parameter documentation in update_patrons_category.pl To test: 1. Apply patch 2. In your favourite text editor, open misc/cronjobs/update_patrons_category.pl 3. Look for the documentation for the --where parameter (around line 133 or so) 4. Make sure the examples and their explanations make sense 5. Sign off :) --- misc/cronjobs/update_patrons_category.pl | 6 ------ 1 file changed, 6 deletions(-) diff --git a/misc/cronjobs/update_patrons_category.pl b/misc/cronjobs/update_patrons_category.pl index 542cc307c4..05f0b3c114 100755 --- a/misc/cronjobs/update_patrons_category.pl +++ b/misc/cronjobs/update_patrons_category.pl @@ -138,12 +138,6 @@ e.g. --where 'email IS NULL' will update all patrons with no value for email ---where 'categorycode LIKE "%CHILD"' -will update all patrons with a category ending in CHILD. - ---where 'categorycode LIKE RESIDENT%' -will update all patrons whose category does not begin with RESIDENT. - =back =head1 DESCRIPTION -- 2.17.1