ShackMaster
Tue 2nd Dec '08, 8:19pm
I noticed from 3.7.2 to 3.7.3 there is a change in the modifyoptions template that is not mentioned in the 3.7.3 announcement thread:
Templates with Non-Mandatory Changes Since 3.7.2
modifyoptions
Moved a "?" in a link to the correct location.
The change I see is as follows:
<if condition="$vboptions['enableemail']">
is changed to:
<if condition="$show['receiveemail']">
Is this a big deal and which one should I use?
Thanks!
Templates with Non-Mandatory Changes Since 3.7.2
modifyoptions
Moved a "?" in a link to the correct location.
The change I see is as follows:
<if condition="$vboptions['enableemail']">
is changed to:
<if condition="$show['receiveemail']">
Is this a big deal and which one should I use?
Thanks!