Skip to content
Snippets Groups Projects
Commit 001c234e authored by Rolf Niepraschk's avatar Rolf Niepraschk
Browse files

"sel" --> "schema"

parent ca244a1b
No related branches found
No related tags found
No related merge requests found
// Rolf Niepraschk, 2017-09-25, Rolf.Niepraschk@ptb.de
// Rolf Niepraschk, 2017-10-09, Rolf.Niepraschk@ptb.de
function(head, req) {
var mainDocName = req.query.sel, mainDoc, docs = {}, key = '', row;
var mainDocName = req.query.schema, mainDoc, docs = {}, key = '', row;
function sendError(s) {
var err = { error:'list_error', reason:s };
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment