From: Roland Häder Date: Mon, 13 Sep 2010 23:36:33 +0000 (+0000) Subject: Parse error fixed ... :-( X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=34d8883b955e3865f9fe6895e1b9a053098f521c;p=mailer.git Parse error fixed ... :-( --- diff --git a/inc/mysql-manager.php b/inc/mysql-manager.php index afd26d2bda..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'] . ' / {%pipe,translateComma=' . $data['price' . '%} {?POINTS?}'; + $ret = $data['mail_title'] . ' / {%pipe,translateComma=' . $data['price'] . '%} {?POINTS?}'; } }