2017-04-20 Fred Gleason <fredg@paravelsystems.com>

* Added a '--enable-rdxport-debug' switch to 'configure.ac'.
This commit is contained in:
Fred Gleason
2017-04-20 10:26:41 -04:00
parent e803cb40bc
commit 7cf2b5b2f7
17 changed files with 211 additions and 177 deletions

View File

@@ -77,7 +77,7 @@ void Xport::ListGroup()
//
QString group_name;
if(!xport_post->getValue("GROUP_NAME",&group_name)) {
XmlExit("Missing GROUP_NAME",400);
XmlExit("Missing GROUP_NAME",400,"groups.cpp",LINE_NUMBER);
}
//
@@ -90,7 +90,7 @@ void Xport::ListGroup()
q=new RDSqlQuery(sql);
if(!q->first()) {
delete q;
XmlExit("No such group",404);
XmlExit("No such group",404,"groups.cpp",LINE_NUMBER);
}
//