Project

General

Profile

Actions

Bug #19355

closed

class.tslib_pibase.php::pi_list_query() does not support different 'pointer' - Names

Added by Michael Duttlinger about 16 years ago. Updated about 11 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Database API (Doctrine DBAL)
Target version:
-
Start date:
2008-09-19
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
4.2
PHP Version:
5.2
Tags:
Complexity:
Is Regression:
No
Sprint Focus:

Description

The following line at Line 1098:

$pointer = $this->piVars['pointer'];

makes it impossible to use diffrent name for the pointer as described in Line 427: * Using $this->piVars['pointer'] as pointer to the page to display. Can be overwritten with another string ($pointerName) to make it possible to have more than one pagebrowser on a page) by function pi_list_browseresults

Solutions:

override line with : $pointer = intval($this->piVars[$pointerName]);
and implement a function param like $pointerName='pointer'

or

implement a $this->internal['pointerName'] with default = 'pointer' for use
in pi_list_browseresults() and pi_list_query()

(issue imported from #M9388)

Actions #1

Updated by Alexander Opitz over 11 years ago

  • Status changed from New to Needs Feedback
  • Target version deleted (0)

The issue is very old, does this issue exists in newer versions of TYPO3 CMS (4.5 or 6.1)?

Actions #2

Updated by Alexander Opitz about 11 years ago

  • Status changed from Needs Feedback to Closed
  • Is Regression set to No

No feedback for over 90 days.

Actions

Also available in: Atom PDF