From 0f9be431524f9505a4902a3574b8a8f572220f46 Mon Sep 17 00:00:00 2001 From: Uwe Steinmann Date: Tue, 11 May 2021 19:06:52 +0200 Subject: [PATCH] get status of latest content --- views/bootstrap/class.ViewDocument.php | 1 + 1 file changed, 1 insertion(+) diff --git a/views/bootstrap/class.ViewDocument.php b/views/bootstrap/class.ViewDocument.php index 52a34c474..33dc9d6a1 100644 --- a/views/bootstrap/class.ViewDocument.php +++ b/views/bootstrap/class.ViewDocument.php @@ -1339,6 +1339,7 @@ class SeedDMS_View_ViewDocument extends SeedDMS_Theme_Style { ?>
getStatus(); if($status["status"]!=S_RELEASED) echo "
".getMLText('info_recipients_tab_not_released')."
";