Loading plugins/content/content.cpp +1 −0 Original line number Diff line number Diff line Loading @@ -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; Loading Loading
plugins/content/content.cpp +1 −0 Original line number Diff line number Diff line Loading @@ -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; Loading