From: Florent Bruneau Date: Mon, 31 Jan 2011 19:27:44 +0000 (+0100) Subject: Fix syntax error. X-Git-Tag: xorg/1.1.0~158 X-Git-Url: http://git.polytechnique.org/?a=commitdiff_plain;h=d8923e947be2eeac61d184b23921f7cc7df6a12b;p=platal.git Fix syntax error. Signed-off-by: Florent Bruneau --- 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