rename a function call

This commit is contained in:
Andreas Zweili 2017-02-20 21:37:02 +01:00
parent 935e4f9e95
commit 27ee918b63
1 changed files with 1 additions and 1 deletions

View File

@ -100,7 +100,7 @@ function get_demand_titles ($con)
echo $row['date'] . "<br>";
echo "</p>
<form class= 'delete-form' method= 'POST'
action='".delete_post($con)."'>
action='".delete_demand($con)."'>
<input type='hidden' name='demandId' value='".$row['demandId']."'>
<button type='submit' name= 'deletepost'> Delete</button>
</form>