From 747104a997297c7531d5e2aa637125836e28d2c8 Mon Sep 17 00:00:00 2001 From: piaip Date: Wed, 13 Feb 2008 15:43:44 +0000 Subject: - SRexpire: enable expiring search cache records - EDITFLAG_ALLOWTITLE: prevent editor to prompt for non-changable titles - user: general message fix git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@3912 63ad8ddf-47c3-0310-b6dd-a9e9d9715204 --- include/common.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/common.h') diff --git a/include/common.h b/include/common.h index fb59b749..25ef4185 100644 --- a/include/common.h +++ b/include/common.h @@ -240,6 +240,7 @@ #define EDITFLAG_TEXTONLY (0x00000001) #define EDITFLAG_UPLOAD (0x00000002) #define EDITFLAG_ALLOWLARGE (0x00000004) +#define EDITFLAG_ALLOWTITLE (0x00000008) /* ----------------------------------------------------- */ /* Grayout Levels */ -- cgit v1.2.3