# HG changeset patch # User Matti Hamalainen # Date 1382730415 -10800 # Node ID 96aae4beb55842476a13486a6a1cd27b32ed369f # Parent 5136563c1f0469d4b96bd74bfe26943577ec6ee8 Clean up some references to entry submission. diff -r 5136563c1f04 -r 96aae4beb558 createdb.php --- 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 @@ ", "About page text"), - - "entrySubmitInfo" => array(VT_TEXT, "Rules for entry submission ... ", "Entry submission information blurb"), - "siteMenuHeader" => array(VT_TEXT, "
13.FAP:>
", "Site menu header text"), "siteMenuFooter" => array(VT_TEXT, "", "Site menu footer text"), "siteExtraHTML" => array(VT_TEXT, "
Gentle Eye
", "Extra global HTML code (f.e. sponsors box)"),