⚲
Project
General
Profile
Sign in
Home
Projects
Help
Search
:
TYPO3 Core
All Projects
TYPO3 Core
Overview
Activity
Roadmap
Issues
Repository
Download (1.02 KB)
Bug #18122
» bug_7393-indexedsearch.php
Administrator Admin, 2008-02-19 15:02
Index
:
typo3
/
sysext
/
indexed_search
/
pi
/
class
.
tx_indexedsearch
.
php
===================================================================
---
typo3
/
sysext
/
indexed_search
/
pi
/
class
.
tx_indexedsearch
.
php
(
revision
3231
)
+++
typo3
/
sysext
/
indexed_search
/
pi
/
class
.
tx_indexedsearch
.
php
(
working
copy
)
@@
-
1328
,
7
+
1328
,
7
@@
// Multilangual text
$substituteArray
=
array
(
'searchFor'
,
'extResume'
,
'atATime'
,
'orderBy'
,
'fromSection'
,
'searchIn'
,
'match'
,
'style'
,
'freeIndexUid'
);
foreach
(
$substituteArray
as
$marker
)
{
-
$markerArray
[
'###FORM_'
.
strtoupper
(
$marker
)
.
'###'
]
=
$this
->
pi_getLL
(
'form_'
.
$marker
,
''
,
1
);
+
$markerArray
[
'###FORM_'
.
t3lib_div
::
strtoupper
(
$marker
)
.
'###'
]
=
$this
->
pi_getLL
(
'form_'
.
$marker
,
''
,
1
);
}
$markerArray
[
'###FORM_SUBMIT###'
]
=
$this
->
pi_getLL
(
'submit_button_label'
,
''
,
1
);
@@
-
1596
,
7
+
1596
,
7
@@
if
(
is_array
(
$tmplContent
))
{
foreach
(
$tmplContent
AS
$k
=>
$v
)
{
-
$markerArray
[
'###'
.
strtoupper
(
$k
)
.
'###'
]
=
$v
;
+
$markerArray
[
'###'
.
t3lib_div
::
strtoupper
(
$k
)
.
'###'
]
=
$v
;
}
}
« Previous
1
2
Next »
(2-2/2)
Loading...