changeset 702:c527b42a7857

Comments.
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 10 Nov 2014 21:14:38 +0200
parents 4159efb56d4c
children 242cb053fbb2
files msite.inc.php
diffstat 1 files changed, 4 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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