From: Jan Schneider Date: Wed, 25 Aug 2010 11:13:19 +0000 (+0200) Subject: Style X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=ff549f3891b549a1c6a7ab118dd8bfa76f6fc5c3;p=horde.git Style --- diff --git a/framework/Core/lib/Horde/Core/Auth/Signup/Sql.php b/framework/Core/lib/Horde/Core/Auth/Signup/Sql.php index c0071fe38..53cb8f254 100644 --- a/framework/Core/lib/Horde/Core/Auth/Signup/Sql.php +++ b/framework/Core/lib/Horde/Core/Auth/Signup/Sql.php @@ -26,9 +26,10 @@ class Horde_Core_Auth_Signup_Sql extends Horde_Core_Auth_Signup_Base */ public function __construct() { - $this->_params = array_merge($this->_params, array( - 'table' => 'horde_signups' - ), Horde::getDriverConfig('signup', 'Sql')); + $this->_params = array_merge( + $this->_params, + array('table' => 'horde_signups'), + Horde::getDriverConfig('signup', 'Sql')); } /**