mirror of
https://github.com/RaspbianFrance/raspisms.git
synced 2025-04-22 09:26:27 +02:00
add stats about credit in use account and update dates for home graph
This commit is contained in:
parent
03ae69b82a
commit
c3637ab3ab
9 changed files with 90 additions and 31 deletions
|
@ -39,7 +39,7 @@ namespace models;
|
|||
FROM quota
|
||||
WHERE id_user = :id_user
|
||||
AND start_date <= :at
|
||||
AND end_date > :at';
|
||||
AND expiration_date > :at';
|
||||
|
||||
$params = [
|
||||
'id_user' => $id_user,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue