From 89ae34de471b44f427d8b94d2c1a645095a302b2 Mon Sep 17 00:00:00 2001 From: Steven Wittens Date: Sat, 7 May 2005 01:48:06 +0000 Subject: - #19621: More sensible status messages for forum admin ("created forum" instead of "created term"). --- includes/common.inc | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'includes') diff --git a/includes/common.inc b/includes/common.inc index f279fe384..61be3f5a1 100644 --- a/includes/common.inc +++ b/includes/common.inc @@ -9,6 +9,21 @@ * a cached page are instead located in bootstrap.inc. */ +/** + * Return status for saving which involved creating a new item. + */ +define('SAVED_NEW', 1); + +/** + * Return status for saving which involved an update to an existing item. + */ +define('SAVED_UPDATED', 2); + +/** + * Return status for saving which deleted an existing item. + */ +define('SAVED_DELETED', 3); + /** * Set the breadcrumb trail for the current page. * -- cgit v1.2.3