Bug #17442 ยป 0005906.patch
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');
|
||
}
|
||