@@ -, +, @@ update_patrons_category.pl --- misc/cronjobs/update_patrons_category.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/misc/cronjobs/update_patrons_category.pl +++ a/misc/cronjobs/update_patrons_category.pl @@ -141,7 +141,7 @@ 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%' +--where 'categorycode NOT LIKE RESIDENT%' will update all patrons whose category does not begin with RESIDENT. =back --