Project

General

Profile

Actions

Bug #33845

closed

Usage of deprecated tslib_cObj::checkEmail()

Added by reinerwehner about 12 years ago. Updated about 12 years ago.

Status:
Rejected
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2012-02-10
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
4.6
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:

Description

In "typo3/sysext/cms/tslib/media/scripts/fe_adminLib.inc" line 623:

Replace:
if (!$this->cObj->checkEmail($this->dataArr[$theField])) {

with:
if (t3lib_div::validEmail($this->dataArr[$theField])) {


Related issues 1 (0 open1 closed)

Is duplicate of TYPO3 Core - Bug #31573: fe_adminLib.inc uses removed functionClosed2011-11-04

Actions
Actions #1

Updated by Thorsten Kahler about 12 years ago

  • Status changed from New to Rejected

Rejected because this is a duplicate of #31573, which was already committed to trunk.

Actions

Also available in: Atom PDF