PRS wijzigingen stonden buiten #PRS

svn path=/Database/trunk/; revision=7915
This commit is contained in:
Peter Feij
2002-02-22 12:45:06 +00:00
parent 1990fd4f18
commit 9691307a01

View File

@@ -157,12 +157,6 @@ END;
#ifdef PRS
#endif // PRS
#ifdef MLD
DEF_FAC_MESSAGE ('MLD_M238', 'Verwijderen vakgroep ','Delete Section ');
#endif // MLD
ALTER TABLE prs_perslid
ADD prs_perslid_wachtwoord VARCHAR2(30);
@@ -193,11 +187,11 @@ CREATE_VIEW(prs_v_perslid_gegevens,PRS_NORMAAL_PRIVILEGE) AS
FROM prs_v_aanwezigperslid PRS_P, prs_v_aanwezigafdeling PRS_A
WHERE PRS_P.prs_afdeling_key = PRS_A.prs_afdeling_key (+);
#endif // PRS
#ifdef MLD
DEF_FAC_MESSAGE ('MLD_M238', 'Verwijderen vakgroep ','Delete Section ');
#endif // MLD
#ifdef RES