# HG changeset patch # User Matti Hamalainen # Date 1415646878 -7200 # Node ID c527b42a785741d3670a6bf71b6d133c680077d9 # Parent 4159efb56d4c82d366c15a25a8fd09a11e1f95c7 Comments. diff -r 4159efb56d4c -r c527b42a7857 msite.inc.php --- a/msite.inc.php Mon Nov 10 21:14:25 2014 +0200 +++ b/msite.inc.php Mon Nov 10 21:14:38 2014 +0200 @@ -42,12 +42,15 @@ // -// Entry preview type (value) and flags (bitfield) +// Entry preview type (value) // define("EPREV_NONE", 0); // No preview define("EPREV_IMAGE", 1); // Preview is image (PNG, JPEG) define("EPREV_AUDIO", 2); // Preview is audio (Vorbis, MP3) +// +// Entry flags (bitfield) +// define("EFLAG_DISQUALIFIED", 1); // Entry is disqualified define("EFLAG_PROBLEMS", 2); // Has some problems