diff options
author | piaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2008-02-13 23:43:44 +0800 |
---|---|---|
committer | piaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2008-02-13 23:43:44 +0800 |
commit | 747104a997297c7531d5e2aa637125836e28d2c8 (patch) | |
tree | dacc490f2e1dfa9658c262f3f3ac100ce645351f /include/common.h | |
parent | 8ecd8bddde9a768e94096f68ac25dd3bf6adf589 (diff) | |
download | pttbbs-747104a997297c7531d5e2aa637125836e28d2c8.tar pttbbs-747104a997297c7531d5e2aa637125836e28d2c8.tar.gz pttbbs-747104a997297c7531d5e2aa637125836e28d2c8.tar.bz2 pttbbs-747104a997297c7531d5e2aa637125836e28d2c8.tar.lz pttbbs-747104a997297c7531d5e2aa637125836e28d2c8.tar.xz pttbbs-747104a997297c7531d5e2aa637125836e28d2c8.tar.zst pttbbs-747104a997297c7531d5e2aa637125836e28d2c8.zip |
- 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
Diffstat (limited to 'include/common.h')
-rw-r--r-- | include/common.h | 1 |
1 files changed, 1 insertions, 0 deletions
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 */ |