X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=sidebyside;f=inc%2Fmysql-manager.php;h=f3401f2891fc3f680567c4f576760b9f7f6b4f64;hb=168004e78b90321c9e8b0f1d9b591fb8159a9c96;hp=885b670ce1f68ded7d59f5e24be56f7ee4a0ee77;hpb=6b13c5c64eebedd56683c78d799879e0dc618b21;p=mailer.git diff --git a/inc/mysql-manager.php b/inc/mysql-manager.php index 885b670ce1..f3401f2891 100644 --- a/inc/mysql-manager.php +++ b/inc/mysql-manager.php @@ -822,7 +822,7 @@ function getPaymentTitlePrice ($pid, $full=false) { if ($full === false) { $ret = $data['mail_title']; } else { - $ret = $data['mail_title'] . ' / ' . translateComma($data['price']) . ' {?POINTS?}'; + $ret = $data['mail_title'] . ' / {%pipe,translateComma=' . $data['price'] . '%} {?POINTS?}'; } }