Skip to content
Snippets Groups Projects
Commit bf489da7 authored by warmels's avatar warmels
Browse files

BugID: 1079

meldingen bugfixje
parent 712008ef
No related branches found
No related tags found
No related merge requests found
...@@ -143,9 +143,6 @@ ...@@ -143,9 +143,6 @@
mysql_query($query_melding); mysql_query($query_melding);
$melding_id = mysql_insert_id(); $melding_id = mysql_insert_id();
echo ($query_melding . " ".$melding_id);
//opslaan van het component //opslaan van het component
$query = "UPDATE comp_lijst SET Comp_Naam = '". $_POST['comp_naam'] . "', Comp_Parent = '". $_POST['comp_nieuwe_parent'] . "', Laatste_Melding ='". $melding_id; $query = "UPDATE comp_lijst SET Comp_Naam = '". $_POST['comp_naam'] . "', Comp_Parent = '". $_POST['comp_nieuwe_parent'] . "', Laatste_Melding ='". $melding_id;
$query = $query . "', Comp_Locatie = '". $_POST['comp_locatie'] ."', Comp_Verantwoordelijke = '". $_POST['comp_verantwoordelijke'] . "'"; $query = $query . "', Comp_Locatie = '". $_POST['comp_locatie'] ."', Comp_Verantwoordelijke = '". $_POST['comp_verantwoordelijke'] . "'";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment