<?xml version="1.0" encoding="UTF-8"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
  <title>aC forum: Dont display when a message is updated in the dashboard</title>
  <link>http://www.activecollab.com/forums/topic/1670/</link>
  <description>Recent posts on topic: Dont display when a message is updated in the dashboard</description>
  <dc:language>en-us</dc:language>
  <pubDate>Thu, 04 Dec 2008 05:12:52 UTC</pubDate>
  
  <item>
    <link>http://www.activecollab.com/forums/post/7918/#post7918</link>
    <guid>http://www.activecollab.com/forums/post/7918/#post7918</guid>
    <title>Post #2 by Ilija Studen</title>
    <dc:creator>Ilija Studen</dc:creator>
    <description><![CDATA[<p>Open application/controllers/MessageController.class.php and somewhere around like 244 you'll find this:<br />
<br />
<pre name="code" class="html">DB::beginWork();
$message-&gt;save();
$message-&gt;setTagsFromCSV(array_var($message_data, 'tags'));

ApplicationLogs::createLog($message, $message-&gt;getProject(), ApplicationLogs::ACTION_EDIT);
DB::commit();</pre><br />
<br />
Remove the line that starts with ApplicationLogs::<br />
<br />
<pre name="code" class="html">ApplicationLogs::createLog($message, $message-&gt;getProject(), ApplicationLogs::ACTION_EDIT);</pre><br />
<br />
That should do the trick. If you wish to do that for other types find their controller (usually [TypeName]Controller.class.php), find edit method and remove a line where new entry is saved to application log.</p>]]></description>
    <pubDate>Sun, 10 Jun 2007 19:23:54 UTC</pubDate>
  </item>
  <item>
    <link>http://www.activecollab.com/forums/post/7917/#post7917</link>
    <guid>http://www.activecollab.com/forums/post/7917/#post7917</guid>
    <title>Post #1 by anabelle</title>
    <dc:creator>anabelle</dc:creator>
    <description><![CDATA[<p>How can i stop de has been updated notification from a ppearing in the dashboard when a message is edited?</p>]]></description>
    <pubDate>Sun, 10 Jun 2007 19:09:30 UTC</pubDate>
  </item>
</channel>
</rss>