1 | Index: mythweb/modules/settings/keys.php
|
---|
2 | ===================================================================
|
---|
3 | --- mythweb/modules/settings/keys.php (.../http://svn.mythtv.org/svn/trunk/mythplugins/mythweb/modules/settings) (revision 8574)
|
---|
4 | +++ mythweb/modules/settings/keys.php (.../mythweb/modules/settings) (working copy)
|
---|
5 | @@ -36,7 +36,7 @@
|
---|
6 | }
|
---|
7 | elseif (preg_match('/^key:([\\w_\/]+):(\\w+):(\\w+)$/', $key, $matches)) {
|
---|
8 | list($match, $context, $action, $use_host) = $matches;
|
---|
9 | - $db->query('UPDATE jumppoints
|
---|
10 | + $db->query('UPDATE keybindings
|
---|
11 | SET keylist=?
|
---|
12 | WHERE context=? AND action=? AND hostname=?',
|
---|
13 | $key_list,
|
---|