* SPDX-License-Identifier: AGPL-3.0-only ************************************/ /* crmv@43147 crmv@53745 crmv@95157 */ require_once('modules/Documents/storage/StorageBackendUtils.php'); $record = intval($_REQUEST['record']); $SBU = StorageBackendUtils::getInstance(); $revisions = $SBU->getRevisions('Documents', $record); $html = '
| '.getTranslatedString('LBL_FILE_NAME','Documents').' | '.getTranslatedString('Revisionato Da','Documents').' | '.getTranslatedString('Data Revisione','Documents').' | |
| '.$row['revision'].' | '; $html .= ''.$url.' | '; $html .= ''.(empty($row['user_email']) ? getUserName($row['userid']) : $row['user_email']).' | '; $html .= ''.getDisplayDate(substr($row['revisiondate'], 0, 10)).' | '; $html .= '
| '.getTranslatedString('NO_REVS','Documents').' |