comparison createdb.php @ 32:36392d1d6b5f

Moar work.
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 10 Dec 2012 11:14:05 +0200
parents 4b5a176805e2
children ace577c92a32
comparison
equal deleted inserted replaced
31:eaa65f0b3ce7 32:36392d1d6b5f
9 9
10 // The defaults we put in 10 // The defaults we put in
11 $siteDefaults = array( 11 $siteDefaults = array(
12 "maxAttendees" => array(VT_INT, 30, "Maximum attendees (soft limit)"), 12 "maxAttendees" => array(VT_INT, 30, "Maximum attendees (soft limit)"),
13 13
14 "voteTimeout" => array(VT_INT, 120, "Vote page timeout (minutes)"), 14 "userTimeout" => array(VT_INT, 120, "User pages (voting, entry submission) timeout in minutes"),
15 "admTimeout" => array(VT_INT, 15, "Administration interface timeout (minutes)"), 15 "admTimeout" => array(VT_INT, 15, "Administration interface timeout in minutes"),
16 16
17 "showAdmin" => array(VT_BOOL, false, "Show administration interface link on the menu"), 17 "showAdmin" => array(VT_BOOL, false, "Show administration interface link on the menu"),
18 "showAttendees" => array(VT_BOOL, false, "Show attendees list"), 18 "showAttendees" => array(VT_BOOL, false, "Show attendees list"),
19 "allowRegister" => array(VT_BOOL, false, "Enable event registration"), 19 "allowRegister" => array(VT_BOOL, false, "Enable event registration"),
20 "allowSubmit" => array(VT_BOOL, false, "Enable compo entry submission"), 20 "allowSubmit" => array(VT_BOOL, false, "Enable compo entry submission"),