projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ce0b066
)
fix parse error
author
Chuck Hagenbuch
<chuck@horde.org>
Wed, 22 Jul 2009 01:02:44 +0000
(21:02 -0400)
committer
Chuck Hagenbuch
<chuck@horde.org>
Wed, 22 Jul 2009 01:02:44 +0000
(21:02 -0400)
framework/Auth/lib/Horde/Auth/Signup/Sql.php
patch
|
blob
|
history
diff --git
a/framework/Auth/lib/Horde/Auth/Signup/Sql.php
b/framework/Auth/lib/Horde/Auth/Signup/Sql.php
index
13ada42
..
6e8cb03
100644
(file)
--- a/
framework/Auth/lib/Horde/Auth/Signup/Sql.php
+++ b/
framework/Auth/lib/Horde/Auth/Signup/Sql.php
@@
-247,7
+247,7
@@
class Horde_Auth_Signup_Sql extends Horde_Auth_Signup
$params = array_merge($params, $this->_params['read']);
$this->_db = MDB2::factory($params);
if (is_a($this->_db, 'PEAR_Error')) {
- th
or
w new Horde_Exception($this->_db);
+ th
ro
w new Horde_Exception($this->_db);
}
/* Set DB portability options. */