From d0fcc2f7f76e727ce8763d0785b8ab219d3e0c1e Mon Sep 17 00:00:00 2001 From: Tatevik Date: Tue, 19 May 2026 11:12:52 +0400 Subject: [PATCH] Add embargoed until column --- public_html/lists/admin/messages.php | 1 + 1 file changed, 1 insertion(+) diff --git a/public_html/lists/admin/messages.php b/public_html/lists/admin/messages.php index 58946451d..08f23e91f 100644 --- a/public_html/lists/admin/messages.php +++ b/public_html/lists/admin/messages.php @@ -407,6 +407,7 @@ */ $ls->addColumn($listingelement, $GLOBALS['I18N']->get('Entered'), formatDateTime($msg['entered'])); + $ls->addColumn($listingelement, $GLOBALS['I18N']->get('Embargoed Until'), formatDateTime($msg['embargo'])); $_GET['id'] = $msg['id']; $statusdiv = '
';