Actions
Bug #14807
closedambigious filename parsing for template attached files
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2005-06-09
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
3.8
PHP Version:
4.3
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
Constants:
file{
first=1*.jpg
firstrollover=2*.jpg
}
Setup:
dosomething = TEXT
dosomething.value= {$file.first}
dosomething2 = TEXT
dosomething2.value= {$file.firstrollover}
###########
In this case dosomething will deliver always first ( 1.jpg), never firstrollover ( 2.jpg)
I guess the parsing needs a more accurate compare routine.
Btw the bug persists since I can think of T3.
(issue imported from #M1184)
Actions