Disable MySQL strict mode so that errors do not occur if the server has it set. Fixes...
[bugdar.git] / templates / username_display.tpl
1 <span title="<%- sprintf(T('User ID: %1$s'), $userinfo['userid']) %>"><% if ($userinfo['showemail']): %><a href="mailto:<%- $userinfo['email'] %>"><%- $userinfo['displayname'] %></a><% else: %><%- $userinfo['displayname'] %><% endif %></span>