Hard-coded references to DCRRC
Status: Alpha
Brought to you by:
zandermander
Even though the configuration files list user-settable
variables for the group information, it seems that
there are php files that hardcode data referencing
"DCRRC" (the author's group info).
eg:
Includes/I_Functions_Reports.php
Templates/CronReports/T_CronReports_RenewalReminders.php
Templates/T_Common_BasePage.php
Reports.php
Logged In: YES
user_id=984634
I think I've fixed these in the latest development version
(not ye released) but I will check these files to be sure.
Thanks for the eagle-eye!
EZ
Logged In: YES
user_id=984634
OK, I've checked all the files in my development version
(not yet released but soon!) and all references to DCRRC
have been removed and replaced by references to the
"ClubNameShort" in the globals file. The one exception is in
the "Includes/I_Functions_Reports.php" file as right now I
think the PDF templates need more work to be able to easily
customize them. This will be a while before I get to that.
EZ