Commit 67f2e64e authored by Łukasz Nowak's avatar Łukasz Nowak

Fix uncatalogging.

parent 699b5c8e
......@@ -14,7 +14,7 @@
</item>
<item>
<key> <string>arguments_src</string> </key>
<value> <string>computer_uid</string> </value>
<value> <string>uid</string> </value>
</item>
<item>
<key> <string>cache_time_</string> </key>
......@@ -54,7 +54,7 @@
<key> <string>src</string> </key>
<value> <string encoding="cdata"><![CDATA[
DELETE FROM software_release WHERE <dtml-sqltest computer_uid op=eq type=int>\n
DELETE FROM software_release WHERE delivery_line_uid=<dtml-sqlvar uid type=int>\n
]]></string> </value>
......
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