changeset 410:298822ed0420

Change display mode constant values.
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 05 Dec 2013 17:12:28 +0200
parents b320959477ef
children 2aa58de08d6d
files msite.inc.php
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/msite.inc.php	Thu Dec 05 17:08:34 2013 +0200
+++ b/msite.inc.php	Thu Dec 05 17:12:28 2013 +0200
@@ -7,9 +7,9 @@
 require_once "msitegen.inc.php";
 
 // Define modes of party information display system
-define("SMODE_DISABLED", 1);
-define("SMODE_ROTATE", 2);
-define("SMODE_COMPO", 3);
+define("SMODE_DISABLED", 0);
+define("SMODE_ROTATE", 1);
+define("SMODE_COMPO", 2);
 
 
 // Define sizes of database fields, see createdb.php