From 86a18a3b328b421c3db2a7683f6473fead799ff1 Mon Sep 17 00:00:00 2001 From: jensp Date: Fri, 12 Dec 2014 15:19:36 +0000 Subject: [PATCH] Typo in ccm-cms-6.6.7-6.6.8 git-svn-id: https://svn.libreccm.org/ccm/trunk@3043 8810af33-2d31-482b-a856-94f89814c4df --- .../sql/ccm-cms/oracle-se/upgrade/6.6.7-6.6.8/set_singleton.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ccm-cms/sql/ccm-cms/oracle-se/upgrade/6.6.7-6.6.8/set_singleton.sql b/ccm-cms/sql/ccm-cms/oracle-se/upgrade/6.6.7-6.6.8/set_singleton.sql index fce6ace93..91684897c 100644 --- a/ccm-cms/sql/ccm-cms/oracle-se/upgrade/6.6.7-6.6.8/set_singleton.sql +++ b/ccm-cms/sql/ccm-cms/oracle-se/upgrade/6.6.7-6.6.8/set_singleton.sql @@ -18,4 +18,4 @@ -- $Id$ UPDATE application_types SET singleton_p = '1' WHERE object_type = 'com.arsdigita.cms.ContentCenter'; -UPDATE application_types SET singleton_p = '1 WHERE object_type = 'com.arsdigita.cms.Service'; \ No newline at end of file +UPDATE application_types SET singleton_p = '1' WHERE object_type = 'com.arsdigita.cms.Service'; \ No newline at end of file