From 82d5863591d5f1a5b49a72bba229822d41b50ec0 Mon Sep 17 00:00:00 2001 From: Uwe Steinmann Date: Mon, 17 Jun 2013 07:12:02 +0200 Subject: [PATCH] uncomment code to set expiration date --- views/bootstrap/class.ViewDocument.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/views/bootstrap/class.ViewDocument.php b/views/bootstrap/class.ViewDocument.php index 92f46a1fa..2a364521e 100644 --- a/views/bootstrap/class.ViewDocument.php +++ b/views/bootstrap/class.ViewDocument.php @@ -384,11 +384,9 @@ class SeedDMS_View_ViewDocument extends SeedDMS_Bootstrap_Style { } } } - /* if($accessop->maySetExpires()) { print "
  • ".getMLText("set_expiry")."
  • "; } - */ if($accessop->mayEditComment()) { print "
  • getVersion()."\">".getMLText("edit_comment")."
  • "; }