FSN#11433

svn path=/Database/trunk/; revision=9367
This commit is contained in:
Peter Feij
2006-12-12 11:01:28 +00:00
parent 2a34de260f
commit 686588d357
2 changed files with 25 additions and 23 deletions

View File

@@ -1,7 +1,7 @@
#ifdef BEZ // 03-11-2000 PF
/* $Revision: 11 $
* $Modtime: 27-11-06 22:56 $
/* $Revision: 12 $
* $Modtime: 29-11-06 13:57 $
*/
#include "comsql.h"
@@ -133,7 +133,7 @@ BEGIN
);
END IF;
fac.putnotificationsrt (:NEW.prs_perslid_key, lreceiver, scode, :NEW.bez_afspraak_key, soms, NULL);
fac.putnotificationsrt (:NEW.prs_perslid_key, lreceiver, scode, :NEW.bez_afspraak_key, soms, NULL, NULL, NULL);
END IF;
END;
END;
@@ -219,7 +219,7 @@ BEGIN
-- Alternatief is om de BEZNEW niet te notificeren, want reservering of afspraak doen dat al.
-- We kunnen hier (diep in de trigger) niet kijken of er nog meer bezoekers zijn bij deze afspraak.
fac.clrnotifications(scode, :NEW.bez_afspraak_key);
fac.putnotificationsrt (lsender, lreceiver, scode, :NEW.bez_afspraak_key, soms, NULL);
fac.putnotificationsrt (lsender, lreceiver, scode, :NEW.bez_afspraak_key, soms, NULL, NULL, NULL);
END IF;
END;
END;