Commit 1c8bca29 authored by jan.koester's avatar jan.koester
Browse files

test

parent 838683d6
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -1696,6 +1696,7 @@ namespace blogi {
            json_object_array_add(jheaders, json_object_new_string(tr(_lang,"Title").c_str()));
            json_object_array_add(jheaders, json_object_new_string(tr(_lang,"Author").c_str()));
            json_object_array_add(jheaders, json_object_new_string(tr(_lang,"Date").c_str()));
            json_object_array_add(jheaders, json_object_new_string(tr(_lang,"Actions").c_str()));
            json_object_object_add(jtable, "headers", jheaders);

            dbpp::SQL sql; dbpp::DBResult res;