By the way, how can I report BUGs using trac ? I&#39;m new to this tool.<br><br>Cheers<br><br>Nicolas<br><br><div class="gmail_quote">2011/8/16 Nicolas Larcipretti <span dir="ltr">&lt;<a href="mailto:niclarcipretti@gmail.com">niclarcipretti@gmail.com</a>&gt;</span><br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">Hi guys,<br><br>I&#39;was facing an issue with the calendar module and, after some debug, I&#39;ve found this in the DetailView.php file:<br>
<br>if(isset($finaldata[&#39;sendnotification&#39;]) &amp;&amp; $finaldata[&#39;sendnotification&#39;] == &#39;yes&#39;)<br>
<br>The code above will never work with any translated vtiger installation, once the &quot;sendnotification&quot; field stores the translated version of the word &quot;yes&quot;.<br><br>Can we add this at vtiger&#39;s trac and change the above code with something like the code below, and make it part of vtiger&#39;s next version?<br>

<br>if(isset($finaldata[&#39;sendnotification&#39;]) &amp;&amp; $finaldata[&#39;sendnotification&#39;] == $mod_strings[&#39;LBL_YES&#39;])<br><br>Cheers<br><font color="#888888"><br>Nicolas<br>
</font></blockquote></div><br>