From 8c4a44ed67738fb5215fd2b1ddbca495e7f5152a Mon Sep 17 00:00:00 2001 From: Andrew Moore Date: Wed, 20 Aug 2008 11:21:51 -0500 Subject: [PATCH] bug 2503: moving offline circulation db generator to misc/cronjobs directory This script generates a sqlite database of patron and holdings data for the offline circulation tool. It's a cronjob, so it should go into misc/cronjobs Signed-off-by: Galen Charlton --- misc/{ => cronjobs}/create_koc_db.pl | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename misc/{ => cronjobs}/create_koc_db.pl (100%) diff --git a/misc/create_koc_db.pl b/misc/cronjobs/create_koc_db.pl similarity index 100% rename from misc/create_koc_db.pl rename to misc/cronjobs/create_koc_db.pl -- 2.39.2