⚲
Project
General
Profile
Sign in
Home
Projects
Help
Search
:
TYPO3 Core
All Projects
TYPO3 Core
Overview
Activity
Roadmap
Issues
Repository
Download (889 Bytes)
Bug #16411
» class.tslib_menu.php
Administrator Admin, 2007-04-03 15:03
***
bug
/
class
.
tslib_menu
.
php
2007
-
04
-
03
14
:
34
:
14.000000000
+
0200
---
fixed
/
class
.
tslib_menu
.
php
2007
-
04
-
03
14
:
32
:
56.000000000
+
0200
***************
***
2086
,
2091
****
---
2086
,
2092
----
$this
->
result
[
$resKey
][
$key
][
'output_file'
]
=
$gifFileName
;
$gifCreator
->
output
(
$this
->
result
[
$resKey
][
$key
][
'output_file'
]);
$gifCreator
->
destroy
();
+
t3lib_div
::
fixPermissions
(
$this
->
result
[
$resKey
][
$key
][
'output_file'
]);
}
$this
->
result
[
$resKey
][
$key
][
'output_file'
]
=
t3lib_div
::
png_to_gif_by_imagemagick
(
$this
->
result
[
$resKey
][
$key
][
'output_file'
]);
***************
***
2605
,
2610
****
---
2606
,
2612
----
$h
=
$gifCreator
->
h
;
$gifCreator
->
output
(
$gifFileName
);
$gifCreator
->
destroy
();
+
t3lib_div
::
fixPermissions
(
$gifFileName
);
$imgMap
=
$gifCreator
->
map
;
$this
->
sys_page
->
storeHash
(
$imgHash
,
$imgMap
,
'MENU IMAGEMAP'
);
}
« Previous
1
2
3
4
…
7
Next »
(2-2/7)
Loading...