[TYPO3-core] Patch: duplicate labels in indexed_search
Holzinger Franz
franz at fholzinger.com
Mon Jan 9 10:23:36 CET 2006
Hello Dmitry,
>Type:
>Bug (http://bugs.typo3.org/view.php?id=2198)
>
>
This is another topic.
>
>
> function makeInfo($row,$tmplArray) {
>- $tmplArray['size'] = $this->pi_getLL('res_size','',1).' '.t3lib_div::formatSize($row['item_size']).'';
>- $tmplArray['created'] = $this->pi_getLL('res_created','',1).' '.date('d-m-y',$row['item_crdate']).'';
>- $tmplArray['modified'] = $this->pi_getLL('res_modified','',1).' '.date('d-m-y H:i',$row['item_mtime']).'';
>+ $tmplArray['size'] = t3lib_div::formatSize($row['item_size']).'';
>+ $tmplArray['created'] = date('d-m-y',$row['item_crdate']).'';
>+ $tmplArray['modified'] = date('d-m-y H:i',$row['item_mtime']).'';
>
>
Where will the deleted pi_getLL texts be displayed instead of here?
Greets,
Franz
More information about the TYPO3-team-core
mailing list