[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Anyone using this "feature?"



As we were looking through the template handling, we discovered that
the templates allow for a structure like:

<?lsmb if var op value ?>, for example, <?lsmb if tel eq '888-0220'
?>.  This gets reduced to the following expression:
if ($form->{tel} eq '888-0220')

Is anyone using this feature?  We are looking at removing it for the
1.2 branch due to security concerns and want to make sure that we
aren't breaking too much.

Best Wishes,
Chris Travers