diff --git a/system/autoload/Package.php b/system/autoload/Package.php
index 19c0b087..384140dd 100644
--- a/system/autoload/Package.php
+++ b/system/autoload/Package.php
@@ -211,7 +211,7 @@ class Package
"$_L[Plan_Price] : *$_c[currency_code] " . number_format($in['price'], 2, $_c['dec_point'], $_c['thousands_sep']) . "*\n\n" .
"$_L[Username] : *$in[username]*\n" .
"$_L[Password] : **********\n\n" .
- "$_L[Created_On] :\n*" . date($_c['date_format'], strtotime($in['recharged_on'])) . " $in[time]*\n" .
+ "$_L[Created_On] :\n*" . date($_c['date_format'], strtotime($in['recharged_on'])) . "*\n" .
"$_L[Expires_On] :\n*" . date($_c['date_format'], strtotime($in['expiration'])) . " $in[time]*\n" .
"\n\n" .
"$_c[note]";
diff --git a/system/controllers/export.php b/system/controllers/export.php
index ff175bf2..0cd60ac7 100644
--- a/system/controllers/export.php
+++ b/system/controllers/export.php
@@ -101,7 +101,7 @@ switch ($action) {
$plan_name |
$type |
$price |
- $recharged_on $time |
+ $recharged_on |
$expiration $time |
$method |
$routers |
@@ -270,7 +270,7 @@ EOF;
$plan_name |
$type |
$price |
- $recharged_on $time |
+ $recharged_on |
$expiration $time |
$method |
$routers |
diff --git a/system/controllers/prepaid.php b/system/controllers/prepaid.php
index 6d9e39c0..0fbee57f 100644
--- a/system/controllers/prepaid.php
+++ b/system/controllers/prepaid.php
@@ -263,7 +263,7 @@ switch ($action) {
"$_L[Plan_Price] : *$config[currency_code] ".number_format($in['price'],2,$config['dec_point'],$config['thousands_sep'])."*\n\n".
"$_L[Username] : *$in[username]*\n".
"$_L[Password] : **********\n\n".
- "$_L[Created_On] :\n*".date($config['date_format'], strtotime($in['recharged_on']))." $in[time]*\n".
+ "$_L[Created_On] :\n*".date($config['date_format'], strtotime($in['recharged_on']))."*\n".
"$_L[Expires_On] :\n*".date($config['date_format'], strtotime($in['expiration']))." $in[time]*\n".
"\n\n".
"$config[note]";
@@ -738,7 +738,7 @@ switch ($action) {
"$_L[Plan_Price] : *$config[currency_code] ".number_format($in['price'],2,$config['dec_point'],$config['thousands_sep'])."*\n\n".
"$_L[Username] : *$in[username]*\n".
"$_L[Password] : **********\n\n".
- "$_L[Created_On] :\n*".date($config['date_format'], strtotime($in['recharged_on']))." $in[time]*\n".
+ "$_L[Created_On] :\n*".date($config['date_format'], strtotime($in['recharged_on']))."*\n".
"$_L[Expires_On] :\n*".date($config['date_format'], strtotime($in['expiration']))." $in[time]*\n".
"\n\n".
"$config[note]";