diff --git a/app/controller/admin.php b/app/controller/admin.php index f93485e416cd5aa8fe416854763aca8fa8248ad4..b88da31a58492a91d4aafe2ab7260cd627eab591 100644 --- a/app/controller/admin.php +++ b/app/controller/admin.php @@ -1001,7 +1001,7 @@ class Admin extends Controller $time_struct['tm_sec'], $time_struct['tm_mon']+1, $time_struct['tm_mday'], - $time_struct['tm_year'] + $time_struct['tm_year']+1900 )); $cb['expiration'] = $new_expiration; if ($data['status'] == '') { @@ -1357,7 +1357,7 @@ class Admin extends Controller $time_struct['tm_sec'], $time_struct['tm_mon']+1, $time_struct['tm_mday'], - $time_struct['tm_year'] + $time_struct['tm_year']+1900 )); // Pour un don récurrent, on recherche son équivalent qui peut ne pas exister $result = $db->query("SELECT email