Commit a0a59792 authored by Łukasz Nowak's avatar Łukasz Nowak

- by default alarm is not configured

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@26339 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent c4d60267
......@@ -21,7 +21,7 @@
</item>
<item>
<key> <string>enabled</string> </key>
<value> <int>1</int> </value>
<value> <int>0</int> </value>
</item>
<item>
<key> <string>id</string> </key>
......@@ -54,20 +54,7 @@
<item>
<key> <string>periodicity_start_date</string> </key>
<value>
<object>
<klass>
<global name="DateTime" module="DateTime.DateTime"/>
</klass>
<tuple>
<none/>
</tuple>
<state>
<tuple>
<float>1230768000.0</float>
<string>GMT</string>
</tuple>
</state>
</object>
<none/>
</value>
</item>
<item>
......@@ -78,7 +65,9 @@
</item>
<item>
<key> <string>periodicity_week_frequency</string> </key>
<value> <int>1</int> </value>
<value>
<none/>
</value>
</item>
<item>
<key> <string>portal_type</string> </key>
......
55
\ No newline at end of file
57
\ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment