Changes between Version 1 and Version 2 of Ticket #7022
- Timestamp:
- Jun 28, 2012, 11:05:08 AM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #7022 – Description
v1 v2 14 14 }}} 15 15 16 is not used properly. Instead of "||" in this if condition it should be "&&". Only by use of "&&" this condition makes sense. 16 is not used properly. Instead of "{{{||}}} 17 " in this if condition it should be "&&". Only by use of "&&" this condition makes sense.