changeset 700:d0418af28559

Add EPREV_NONE define.
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 10 Nov 2014 20:25:35 +0200
parents 9a948144dcc9
children 4159efb56d4c
files msite.inc.php
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/msite.inc.php	Mon Nov 10 19:44:53 2014 +0200
+++ b/msite.inc.php	Mon Nov 10 20:25:35 2014 +0200
@@ -44,8 +44,9 @@
 //
 // Entry preview type (value) and flags (bitfield)
 //
+define("EPREV_NONE",  0);           // No preview
 define("EPREV_IMAGE", 1);           // Preview is image (PNG, JPEG)
-define("EPREV_AUDIO", 2);           // Preview is audio (MP3)
+define("EPREV_AUDIO", 2);           // Preview is audio (Vorbis, MP3)
 
 define("EFLAG_DISQUALIFIED", 1);    // Entry is disqualified
 define("EFLAG_PROBLEMS", 2);        // Has some problems