issue: count number of replies in overview
[minimedit.git] / widget / reply.php
index ab04137493b770a94e3fb5f59c948bac1d9aec64..9761cf2385546dec52f1ef19d610c175d56dbcd3 100644 (file)
@@ -2,8 +2,6 @@
 global $User, $Db, $Issue;
 require_once 'database.inc.php';
 
-print '<h3>Reacties</h3>'."\n";
-
 if ($_POST) {
        try {
                $html = nl2br(htmlspecialchars($_POST['reply']));