issue: assignment text field for admins
[minimedit.git] / issue / index.php
index 835f1f0ec14bec32682cee4f72dc2adaae865baf..ff99064574b88658893271e011dd49f0f97e09e1 100644 (file)
@@ -19,6 +19,11 @@ if ($id) {
                $Issue->author ? " door <strong>{$Issue->author}</strong>" : '',
                showdate(preg_split('/\D/', $Issue->created))
        );
+       if ($Issue->assign) {
+               printf('<p><em>%s</em> aan <strong>%s</strong></p>'."\n",
+                       'Toegewezen', htmlspecialchars($Issue->assign)
+               );
+       }
        if ($Issue->closed) {
                printf('<p><em>%s</em>%s <small class=date>%s</small></p>'."\n",
                        'Opgelost', '',