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