Loading plugins/media/media.cpp +2 −2 Original line number Diff line number Diff line Loading @@ -211,7 +211,7 @@ namespace blogi { throw excep; } int tid=atoi(res[0][0]); int tmid=atoi(res[0][0]); sql.clear(); Loading @@ -235,7 +235,7 @@ namespace blogi { uuid_clear(fuuid); sql << "INSERT INTO media_items_files (media_items_id,redis_uuid,media_type_id,public) VALUES('" << mid << "','" << cfuuid << "','" << tid << "',True)"; << mid << "','" << cfuuid << "','" << tmid << "',True)"; Args->database[tid]->exec(sql,res); sql.clear(); Loading Loading
plugins/media/media.cpp +2 −2 Original line number Diff line number Diff line Loading @@ -211,7 +211,7 @@ namespace blogi { throw excep; } int tid=atoi(res[0][0]); int tmid=atoi(res[0][0]); sql.clear(); Loading @@ -235,7 +235,7 @@ namespace blogi { uuid_clear(fuuid); sql << "INSERT INTO media_items_files (media_items_id,redis_uuid,media_type_id,public) VALUES('" << mid << "','" << cfuuid << "','" << tid << "',True)"; << mid << "','" << cfuuid << "','" << tmid << "',True)"; Args->database[tid]->exec(sql,res); sql.clear(); Loading