Skip to content
Snippets Groups Projects
Commit e4aeddbc authored by Arya Pradipta's avatar Arya Pradipta
Browse files

fix konten

parent 703280e3
No related merge requests found
Pipeline #4272 failed with stages
in 4 minutes and 20 seconds
......@@ -116,7 +116,7 @@ if ($konten_text == "") {
$konten_text = null;
}
$stmt->bind_param("sssss", $topik, $judul, $konten, $videoAddr, $pdfAddr);
$stmt->bind_param("sssss", $topik, $judul, $konten_text, $videoAddr, $pdfAddr);
$stmt->execute();
$stmt->close();
$conn->close();
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment