Author: ornicar2
Date: 2010-02-02 18:02:55 +0100 (Tue, 02 Feb 2010)
New Revision: 27432
Modified:
plugins/diemPlugin/trunk/dmCorePlugin/web/js/dmCorePing.js
Log:
[Diem]
- ajax ping requests are no more logged
Modified: plugins/diemPlugin/trunk/dmCorePlugin/web/js/dmCorePing.js
===================================================================
--- plugins/diemPlugin/trunk/dmCorePlugin/web/js/dmCorePing.js 2010-02-02
16:31:07 UTC (rev 27431)
+++ plugins/diemPlugin/trunk/dmCorePlugin/web/js/dmCorePing.js 2010-02-02
17:02:55 UTC (rev 27432)
@@ -42,7 +42,8 @@
return {
sf_module: self.options.module,
sf_action: self.options.action,
- record_id: self.options.record_id
+ record_id: self.options.record_id,
+ dm_nolog: 1
};
},
--
You received this message because you are subscribed to the Google Groups
"symfony SVN" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/symfony-svn?hl=en.