Commit cabc63d2 authored by jan.koester's avatar jan.koester
Browse files

search fixed

parent 12cc7372
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -314,9 +314,6 @@ void blogi::Blogi::searchPage(libhttppp::HttpRequest* curreq, const int tid, con
        std::copy(curreq->getRequestURL()+wlen,curreq->getRequestURL()+strlen(curreq->getRequestURL()),
                    std::back_inserter(word));


        std::cout.write(word.data(),word.size()) << std::endl;

        libhttppp::HttpForm form;

        form.urlDecode(word,searchstr);