From 4590b581c8490eb1a4f59b0ed3ee7ddf538b947d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexander=20Nicolaysen=20S=C3=B8rnes?= Date: Tue, 30 Jan 2007 00:43:33 +0000 Subject: [PATCH] Return true on sucess in distribution::delete() --- include/distribution.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/distribution.php b/include/distribution.php index c5d34d6..1941f42 100644 --- a/include/distribution.php +++ b/include/distribution.php @@ -162,6 +162,8 @@ class distribution { $this->SendNotificationMail("delete"); $this->mailSubmitter("delete"); + + return true; }