Bug #22864 » 14697.diff
typo3/class.db_list.inc 2010-06-11 10:06:58.000000000 +0200 | ||
---|---|---|
* @return string URL
|
||
*/
|
||
function listURL($altId='',$table=-1,$exclList='') {
|
||
return $GLOBALS['BACK_PATH'] . $this->script.
|
||
//return $GLOBALS['BACK_PATH'] . $this->script.
|
||
return $this->script.
|
||
'?id='.(strcmp($altId,'')?$altId:$this->id).
|
||
'&table='.rawurlencode($table==-1?$this->table:$table).
|
||
($this->thumbs?'&imagemode='.$this->thumbs:'').
|
- « Previous
- 1
- 2
- Next »