widget/reply: identify subject changes
authorMischa POSLAWSKY <perl@shiar.org>
Wed, 24 Feb 2021 09:47:18 +0000 (10:47 +0100)
committerMischa POSLAWSKY <perl@shiar.org>
Thu, 25 Feb 2021 13:09:24 +0000 (14:09 +0100)
widget/reply.php

index a3b8052a6e7c5ad4a6794ffc6ad5b1acf07a2c3a..0a0e4e55848f275380f7a3d97ef910382e0545e7 100644 (file)
@@ -4,6 +4,7 @@ require_once 'database.inc.php';
 
 $journalcol = [
        'assign' => 'Toegewezen aan',
+       'subject' => 'Onderwerp',
 ];
 
 if ($_POST) {