X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;f=scripts%2Fschedule%2Fgenerate_reminders.pl;h=026aaba6a2cbc20b6263c1e2cdec86c0956d7916;hb=244e0eeaf916718d7bcd7beba44f9c0de29c504d;hp=0cb70081583b5400f0a64cc0fdadb322d86486fa;hpb=2952ccf47b80174880141a7ecfa122089f349b8d;p=feisty_meow.git diff --git a/scripts/schedule/generate_reminders.pl b/scripts/schedule/generate_reminders.pl index 0cb70081..026aaba6 100644 --- a/scripts/schedule/generate_reminders.pl +++ b/scripts/schedule/generate_reminders.pl @@ -26,7 +26,7 @@ # The day must be a number, followed by a space. Anything after that # space is considered the description of the event. -require "importenv.pl"; +use Env qw(CLOUD_BASE TMP); ############## @@ -43,7 +43,7 @@ local($CAL_FILE); if (! $CAL_FILE) { # print "the CAL_FILE variable is not set.\n"; # print "defaulting it to a value that probably does not suit you.\n"; - $CAL_FILE = "$QUARTZDIR/database/calendar.dat"; + $CAL_FILE = "$CLOUD_BASE/infobase/lists/calendar.dat"; } #print "calfile is $CAL_FILE\n";