Project

General

Profile

Bug #23152 ยป 15082.diff

Administrator Admin, 2010-07-12 14:06

View differences:

typo3/sysext/opendocs/class.tx_opendocs.php (working copy)
$table = $document[3]['table'];
$uid = $document[3]['uid'];
$record = t3lib_BEfunc::getRecordWSOL($table, $uid);
if (!is_array($record)) {
// record seems to be deleted
return '';
}
$label = htmlspecialchars(strip_tags(t3lib_div::htmlspecialchars_decode($document[0])));
$icon = t3lib_iconWorks::getSpriteIconForRecord($table, $record);
$link = $GLOBALS['BACK_PATH'] . 'alt_doc.php?' . $document[2];
    (1-1/1)