projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d1445de
)
Shout: Fix default table name for devices
author
Ben Klang
<ben@alkaloid.net>
Wed, 13 Jan 2010 15:02:50 +0000
(10:02 -0500)
committer
Ben Klang
<ben@alkaloid.net>
Wed, 13 Jan 2010 15:14:00 +0000
(10:14 -0500)
shout/config/conf.xml
patch
|
blob
|
history
diff --git
a/shout/config/conf.xml
b/shout/config/conf.xml
index
d158a92
..
00c4fd2
100644
(file)
--- a/
shout/config/conf.xml
+++ b/
shout/config/conf.xml
@@
-20,7
+20,7
@@
<case name="Sql" desc="SQL">
<configsection name="params">
<configsql switchname="driverconfig" />
- <configstring name="table" desc="Table to hold the list of contexts/customers" required="true">contexts</configstring>
+ <configstring name="table" desc="Table to hold the list of contexts/customers" required="true">
shout_
contexts</configstring>
</configsection>
</case>
</configswitch>