1
0
mirror of https://github.com/fspc/Yellow-Bike-Database.git synced 2025-02-22 08:53:23 -05:00

Adds paid membership period in days.

This commit is contained in:
Jonathan Rosenbaum 2016-01-30 03:26:02 +00:00
parent 92fe18644d
commit 7d2372dc15

View File

@ -29,6 +29,8 @@ define("MEMBERSHIP_HOURS",8);
// Needs to volunteer at least this number of days before being considered a member
define("MEMBERSHIP_DAYS",2);
// Define how long a patron remains a member if they purchase a membership.
define("PURCHASED_MEMBERSHIP_DAYS",365);
/*******
CONTACTS