X-Git-Url: http://git.shiar.net/minimedit.git/blobdiff_plain/5adffaba1226d6a75a1937e1ef836f34c991f7fd..fac6ba761f971deb77a5686ead99ec6534f931d2:/issue/index.php diff --git a/issue/index.php b/issue/index.php index 835f1f0..ff99064 100644 --- a/issue/index.php +++ b/issue/index.php @@ -19,6 +19,11 @@ if ($id) { $Issue->author ? " door {$Issue->author}" : '', showdate(preg_split('/\D/', $Issue->created)) ); + if ($Issue->assign) { + printf('

%s aan %s

'."\n", + 'Toegewezen', htmlspecialchars($Issue->assign) + ); + } if ($Issue->closed) { printf('

%s%s %s

'."\n", 'Opgelost', '',