Lars #146

Merged
11291680 merged 10 commits from lars into master 2017-01-27 16:05:12 +01:00
Showing only changes of commit ce6a751630 - Show all commits

View File

@@ -30,9 +30,9 @@ echo("
<button onclick="postComment('nietslecht')" name="button" value="nietslecht">
<?php
if (checkNietSlecht($postID, $_SESSION["userID"])) {
echo 'Vind ik <span class="nietslecht">"Niet slecht."</span>';
} else {
echo 'Trek <span class="nietslecht">"Niet slecht."</span> terug';
} else {
echo 'Vind ik <span class="nietslecht">"Niet slecht."</span>';
}
?>
</button>