changeset 158:96aae4beb558

Clean up some references to entry submission.
author Matti Hamalainen <ccr@tnsp.org>
date Fri, 25 Oct 2013 22:46:55 +0300
parents 5136563c1f04
children 0b5c22e253e1
files createdb.php
diffstat 1 files changed, 1 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/createdb.php	Fri Oct 25 22:46:38 2013 +0300
+++ b/createdb.php	Fri Oct 25 22:46:55 2013 +0300
@@ -16,7 +16,7 @@
   "maxAttendeesHard" => array(VT_INT, 60, "Maximum attendees (HARD limit, 0 = no limit)"),
   "maxAttendeesSoft" => array(VT_INT, 50, "Maximum attendees (soft limit, 0 = no limit)"),
 
-  "userTimeout"      => array(VT_INT, 120, "User pages (voting, entry submission) timeout in minutes"),
+  "userTimeout"      => array(VT_INT, 120, "User pages (voting) timeout in minutes"),
   "admTimeout"       => array(VT_INT, 15, "Administration interface timeout in minutes"),
 
   "showAdmin"        => array(VT_BOOL, false, "Always show administration interface link on the menu"),
@@ -127,9 +127,6 @@
 </div>",
   "About page text"),
 
-
-  "entrySubmitInfo" => array(VT_TEXT, "Rules for entry submission ... ", "Entry submission information blurb"),
-
   "siteMenuHeader" => array(VT_TEXT, "<div>13.FAP:&gt; <span class=\"mblink\">&#9632;</span></div>", "Site menu header text"),
   "siteMenuFooter" => array(VT_TEXT, "", "Site menu footer text"),
   "siteExtraHTML" => array(VT_TEXT, "<div id=\"sponsors\">Gentle Eye</div>", "Extra global HTML code (f.e. sponsors box)"),