projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b919773
)
Style
author
Jan Schneider
<jan@horde.org>
Wed, 25 Aug 2010 11:13:19 +0000
(13:13 +0200)
committer
Jan Schneider
<jan@horde.org>
Wed, 25 Aug 2010 12:07:38 +0000
(14:07 +0200)
framework/Core/lib/Horde/Core/Auth/Signup/Sql.php
patch
|
blob
|
history
diff --git
a/framework/Core/lib/Horde/Core/Auth/Signup/Sql.php
b/framework/Core/lib/Horde/Core/Auth/Signup/Sql.php
index
c0071fe
..
53cb8f2
100644
(file)
--- 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'));
}
/**