diff --git a/t3lib/interfaces/interface.t3lib_localrecordlistgettablehook.php b/t3lib/interfaces/interface.t3lib_localrecordlistgettablehook.php index b6f54f40565e4c8c62da2cbb3591c65d9bbe8f19..1664b5687e644d61a8e86b60c32ab037459bbca2 100644 --- a/t3lib/interfaces/interface.t3lib_localrecordlistgettablehook.php +++ b/t3lib/interfaces/interface.t3lib_localrecordlistgettablehook.php @@ -39,13 +39,13 @@ interface t3lib_localRecordListGetTableHook { * modifies the DB list query * * @param string the current database table - * @param integer the record's unique ID + * @param integer the record's page ID * @param string an additional WHERE clause * @param string comma separated list of selected fields * @param localRecordList parent localRecordList object * @return void */ - public function getDBlistQuery($table, $uid, &$additionalWhereClause, &$selectedFieldsList, &$parentObject); + public function getDBlistQuery($table, $pid, &$additionalWhereClause, &$selectedFieldsList, &$parentObject); }