mirror of
https://github.com/hotspotbilling/phpnuxbill.git
synced 2025-07-22 20:04:48 +02:00
fix: update expiry date format in notification message
This commit is contained in:
parent
87b76a9c08
commit
20ceedb3f5
1 changed files with 1 additions and 1 deletions
|
@ -467,7 +467,7 @@ switch ($action) {
|
|||
$notifyMessage = str_replace('[[company]]', $config['CompanyName'], $notifyMessage);
|
||||
$notifyMessage = str_replace('[[name]]', $customer['fullname'], $notifyMessage);
|
||||
$notifyMessage = str_replace('[[username]]', $customer['username'], $notifyMessage);
|
||||
$notifyMessage = str_replace('[[expiry]]', date('M d, Y h:i A', strtotime($expiration . ' ' . $time)), $notifyMessage);
|
||||
$notifyMessage = str_replace('[[expiry]]', date('M d, Y h:i:s', strtotime($expiration . ' ' . $time)), $notifyMessage);
|
||||
|
||||
$subject = $planName . ' ' . Lang::T('Expiry Extension Notification');
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue