[Zope] comparison not working

Myles Byrne wisemanb@ihug.com.au
25 Oct 2001 17:42:32 +1000


This follows on from my last post, I'd like to thank everyone for their
help I dont get any errors now but the following still doesn't seem to
work.

<dtml-let user_name="AUTHENTICATED_USER" super_user="'bob'">
  <dtml-var user_name><br>
    <dtml-if expr="user_name == super_user">
       YOU ARE BOB   
    <dtml-else>
        YOU ARE NOT BOB
    </dtml-if>
</dtml-let>

Output:

bob