X-Git-Url: https://git.pterodactylus.net/?p=fms.git;a=blobdiff_plain;f=src%2Fhttp%2Fpages%2Fexecquerypage.cpp;h=50d3f0ce56aff09133080903879a377241e66b0c;hp=f86579a45f62a19c3ef4582f45ab4bd4a33e4572;hb=befd91205eff729a182f66de15374a577a8718f7;hpb=4430e7762844c66428b6f822288beb71b7f82b95 diff --git a/src/http/pages/execquerypage.cpp b/src/http/pages/execquerypage.cpp index f86579a..50d3f0c 100644 --- a/src/http/pages/execquerypage.cpp +++ b/src/http/pages/execquerypage.cpp @@ -14,6 +14,20 @@ const std::string ExecQueryPage::GeneratePage(const std::string &method, const s SQLite3DB::Recordset rs=m_db->Query((*queryvars.find("query")).second); content+=""; + if(rs.Count()>0) + { + content+=""; + for(int i=0; i