projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a0d52a3
)
Fix switched classpath pieces - Horde_Db_Adapter_Base, not Horde_Db_Base_Adapter
author
Chuck Hagenbuch
<chuck@horde.org>
Fri, 28 May 2010 04:20:07 +0000
(
00:20
-0400)
committer
Chuck Hagenbuch
<chuck@horde.org>
Fri, 28 May 2010 04:20:07 +0000
(
00:20
-0400)
framework/admintools/horde-remove-pref.php
patch
|
blob
|
history
diff --git
a/framework/admintools/horde-remove-pref.php
b/framework/admintools/horde-remove-pref.php
index
4b69af4
..
bd5ddd4
100755
(executable)
--- a/
framework/admintools/horde-remove-pref.php
+++ b/
framework/admintools/horde-remove-pref.php
@@
-23,7
+23,7
@@
$scope = $cli->prompt('Enter value for pref_scope:');
$name = $cli->prompt('Enter value for pref_name:');
/* Open the database. */
-$db = $injector->getInstance('Horde_Db_
Base_Adapter
');
+$db = $injector->getInstance('Horde_Db_
Adapter_Base
');
if ($live) {
$sql = 'DELETE FROM horde_prefs WHERE pref_scope = ? AND pref_name = ?';