mirror of
https://github.com/standardebooks/web.git
synced 2025-07-18 20:36:38 -04:00
Change 'timestamp' properties on objects to more descriptive names
This commit is contained in:
parent
18f761929a
commit
dbefba6b94
32 changed files with 74 additions and 74 deletions
|
@ -9,7 +9,7 @@ $startDate = new DateTime('2022-07-01');
|
|||
$endDate = new DateTime('2022-07-31');
|
||||
$autoHide = $autoHide ?? true;
|
||||
$showDonateButton = $showDonateButton ?? true;
|
||||
$current = (Db::Query('SELECT count(*) as PatronCount from Patrons where Timestamp >= ?', [$startDate]))[0]->PatronCount;
|
||||
$current = (Db::Query('SELECT count(*) as PatronCount from Patrons where Created >= ?', [$startDate]))[0]->PatronCount;
|
||||
$target = 70;
|
||||
$stretchCurrent = 0;
|
||||
$stretchTarget = 20;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue