From d8923e947be2eeac61d184b23921f7cc7df6a12b Mon Sep 17 00:00:00 2001 From: Florent Bruneau Date: Mon, 31 Jan 2011 20:27:44 +0100 Subject: [PATCH] Fix syntax error. Signed-off-by: Florent Bruneau --- modules/payment/money/paypal.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/payment/money/paypal.inc.php b/modules/payment/money/paypal.inc.php index 71de323..876913d 100644 --- a/modules/payment/money/paypal.inc.php +++ b/modules/payment/money/paypal.inc.php @@ -66,7 +66,7 @@ class PayPal 'email' => $user->bestEmail() ); - if ($user->hasProfile() { + if ($user->hasProfile()) { $res = XDB::query("SELECT pa.text, gl.name AS city, pa.postalCode AS zip, pa.countryId AS country, IF(pp1.display_tel != '', pp1.display_tel, pp2.display_tel) AS night_phone_b FROM profile_addresses AS pa -- 2.1.4