Project

General

Profile

Bug #17442 ยป 0005906.patch

Administrator Admin, 2007-07-30 09:51

View differences:

t3lib/class.t3lib_tceforms_inline.php (Arbeitskopie)
* @return array A record row from the database post-processed by t3lib_transferData
*/
function getNewRecord($pid, $table) {
return $this->getRecord($pid, $table, '', 'new');
return $this->getRecord($pid, $table, $pid, 'new');
}
    (1-1/1)