From ae91b67e41258c967aff4b8414c7f7a0bd0f9dd0 Mon Sep 17 00:00:00 2001 From: Ivan Tyagov <ivan@nexedi.com> Date: Mon, 23 Apr 2007 20:15:45 +0000 Subject: [PATCH] Fix predicate order. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@14170 20353a03-c40f-0410-a6d1-a30d3c3de9de --- bt5/erp5_dms/PathTemplateItem/content_type_registry.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bt5/erp5_dms/PathTemplateItem/content_type_registry.xml b/bt5/erp5_dms/PathTemplateItem/content_type_registry.xml index 4e54c443aa..dcd91c5513 100644 --- a/bt5/erp5_dms/PathTemplateItem/content_type_registry.xml +++ b/bt5/erp5_dms/PathTemplateItem/content_type_registry.xml @@ -27,8 +27,8 @@ <string>pdf_file</string> <string>spread</string> <string>slides</string> - <string>any</string> <string>Drawing</string> + <string>any</string> </tuple> </value> </item> -- 2.30.9