40 public function checkLink($url, $softRefEntry, $reference) {
43 $parts = explode(
':', $url);
44 if (count($parts) == 3) {
45 $tableName = htmlspecialchars($parts[1]);
46 $rowid = (int)$parts[2];
47 $row =
$GLOBALS[
'TYPO3_DB']->exec_SELECTgetSingleRow(
'*', $tableName,
'uid = ' . (
int)$rowid);
49 if ($row[
'deleted'] ==
'1') {
78 $type =
'linkhandler';
92 if (!empty(
$GLOBALS[
'TCA'][$tableName][
'ctrl'][
'title'])) {
93 $title =
$GLOBALS[
'LANG']->sL(
$GLOBALS[
'TCA'][$tableName][
'ctrl'][
'title'], TRUE);
99 $response = str_replace(
108 $GLOBALS[
'LANG']->getLL(
'list.report.rowdeleted')
112 $response = str_replace(
'###uid###',
$errorParams[
'uid'],
$GLOBALS[
'LANG']->getLL(
'list.report.rownotexisting'));
getErrorMessage($errorParams)
static isFirstPartOfStr($str, $partStr)
checkLink($url, $softRefEntry, $reference)
fetchType($value, $type, $key)
if(!defined('TYPO3_MODE')) $GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['t3lib/class.t3lib_userauth.php']['logoff_pre_processing'][]