PDA

View Full Version : modifyoptions template change from 3.7.2 to 3.7.3...



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!

Jake Bunce
Thu 4th Dec '08, 2:53pm
Generally you can ignore template changes unless you are experiencing problems. The default template is recommended.

Zachery
Thu 4th Dec '08, 3:09pm
Either will work, though the $show is likely more prefered.