From 2e311ef5320fa8b5077104a141ef99435e3ec5cd Mon Sep 17 00:00:00 2001 From: jensp Date: Sun, 20 Nov 2011 20:56:16 +0000 Subject: [PATCH] =?UTF-8?q?Korrektur=20an=20den=20Tabellenname=20f=C3=BCr?= =?UTF-8?q?=20SciInistitute?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: https://svn.libreccm.org/ccm/trunk@1280 8810af33-2d31-482b-a856-94f89814c4df --- .../pdl/com/arsdigita/content-types/SciInstitute.pdl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ccm-sci-types-institute/pdl/com/arsdigita/content-types/SciInstitute.pdl b/ccm-sci-types-institute/pdl/com/arsdigita/content-types/SciInstitute.pdl index 4b8d36c26..5b20e4ad7 100644 --- a/ccm-sci-types-institute/pdl/com/arsdigita/content-types/SciInstitute.pdl +++ b/ccm-sci-types-institute/pdl/com/arsdigita/content-types/SciInstitute.pdl @@ -4,10 +4,10 @@ import com.arsdigita.kernel.ACSObject; import com.arsdigita.cms.*; object type SciInstitute extends GenericOrganizationalUnit { - String[0..1] instituteShortDescription = ct_sci_instituts.shortdescription VARCHAR(5000); - String[0..1] instituteDescription = ct_sci_instituts.description CLOB; + String[0..1] instituteShortDescription = ct_sci_institutes.shortdescription VARCHAR(5000); + String[0..1] instituteDescription = ct_sci_institutes.description CLOB; - reference key ( ct_sci_instituts.institute_id ); + reference key ( ct_sci_institutes.institute_id ); } query getIdsOfContactsOfSciInstitute {