diff dbdefs.inc.php @ 1120:b2bca5f6d0ff default tip

Cosmetic cleanup: remove trailing whitespace.
author Matti Hamalainen <ccr@tnsp.org>
date Sun, 13 Dec 2020 13:47:13 +0200
parents 24e6915fc0fb
children
line wrap: on
line diff
--- a/dbdefs.inc.php	Mon Oct 14 10:54:32 2019 +0300
+++ b/dbdefs.inc.php	Sun Dec 13 13:47:13 2020 +0200
@@ -82,7 +82,7 @@
 <h1>The FAPper's news outlet</h1>
 ", "News page header blob"],
   ],
-  
+
   //
   // Event / schedule information
   //
@@ -118,13 +118,13 @@
 ", "Event general description / timetables etc."],
 
   ],
-  
+
   //
   // Competitions
   //
   "compos" => [
     "showCompos"       => [VT_BOOL, TRUE, "Enable Compos link on main menu + Compos page"],
-  
+
     "msgCompoDescription" => [VT_TEXT, "
 <h1>General</h1>
 <p class=\"notice\">
@@ -187,7 +187,7 @@
     ["notes"        , "VARCHAR(".SQL_LEN_COMPO_NOTES.")"],
     ["visible"      , "INT", "DEFAULT 0"],
     ["voting"       , "INT", "DEFAULT 0"],
-    
+
     // Default preview type (see EFILE_* in msite.inc.php) for this compo.
     // Global for the compo (entry-specific overrides if it is != EFILE_NONE)
     ["preview_type" , "INT", "DEFAULT 0"],
@@ -195,11 +195,11 @@
     ["show_authors" , "INT", "DEFAULT 0"],
     // Show author(s) on compo main screen/voting page for COMPO_NORMAL compos
     // For COMPO_POINTS and COMPO_ASSIGN, show on results page or not
-    
+
     ["ctype"        , "INT", "DEFAULT 0"],
     ["cpath"        , "VARCHAR(".SQL_LEN_COMPO_PATH.")"],
   ],
-  
+
   "entries" => [
     ["id"           , "INTEGER", "PRIMARY KEY", "AUTOINCREMENT"],
     ["show_id"      , "INT", "DEFAULT 0"],
@@ -278,7 +278,7 @@
     ["id"           , "INTEGER", "PRIMARY KEY", "AUTOINCREMENT"],
     ["name"         , "VARCHAR(".SQL_LEN_ROT_LIST_NAME.")"],
   ],
-  
+
   "rot_list_slides" => [
     ["id"           , "INTEGER", "PRIMARY KEY", "AUTOINCREMENT"],
     ["list_id"      , "INT", "DEFAULT 0"],
@@ -301,7 +301,7 @@
   "compoID"           => [VT_INT, 0, "Compo ID of current compo"],
   "compoPrevEntry"    => [VT_INT, 0, "Previously shown compo entry"],
   "compoCurrEntry"    => [VT_INT, 0, "Current / next compo entry to be shown"],
-  
+
   // Not user-manageable
   "tempSlideSet"      => [VT_BOOL, FALSE, "Temporary slide set"],
 
@@ -354,7 +354,7 @@
     ["Protracker music", "Standard 4-channel Protracker MOD music."],
     ["4k intro", "4k intro competition"],
   ],
-  
+
   "entries" => [
     "name,author,compo_id,filename,info",
     "%s,%s,%d,%s,%s",
@@ -364,7 +364,7 @@
     ["jenkka", "aegis", 2, "jenkka.mod", ""],
     ["Fungiform 2", "mfx", 3, "mfx-fungiform2.lzh", "OCS-only"],
   ],
-  
+
   "display_slides" => [
     "title,text",
     "%s,%s",
@@ -372,14 +372,14 @@
     ["Astu to infodesk", "<b>Astu</b> - please come to info desk!"],
     ["Gentle Eye mainos", "<b>Buy Amiga stuff!</b><br />Gentle Eye Oy is selling Amiga-related stuff near organizer desk!"],
   ],
-  
+
   "rot_list_data" => [
     "name",
     "%s",
     ["Main rotation"],
     ["Next Up"],
   ],
-  
+
   "rot_list_slides" => [
     "list_id,slide_id",
     "%d,%d",
@@ -399,11 +399,11 @@
     "rot_list_data" => ["table" => "rotationListData"],
     "rot_list_slides" => ["table" => "rotationListSlides"],
   ],
-  
+
   14 => [
     "settings_groups" => ["table" => FALSE],
   ],
-  
+
   17 => [
     "ctype" => ["key" => "type"],
     "cpath" => ["key" => "path"],
@@ -416,5 +416,4 @@
   ],
 ];
 
-
 ?>
\ No newline at end of file