]> git.mxchange.org Git - mailer.git/commitdiff
Parse error fixed ... :-(
authorRoland Häder <roland@mxchange.org>
Mon, 13 Sep 2010 23:36:33 +0000 (23:36 +0000)
committerRoland Häder <roland@mxchange.org>
Mon, 13 Sep 2010 23:36:33 +0000 (23:36 +0000)
inc/mysql-manager.php

index afd26d2bda99bc98233e00d388feda84281a292f..f3401f2891fc3f680567c4f576760b9f7f6b4f64 100644 (file)
@@ -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?}';
                }
        }