changeset 499:408effd4e9ea

Cosmetics.
author Matti Hamalainen <ccr@tnsp.org>
date Sat, 07 Dec 2013 16:51:23 +0200
parents e7566fafe9b1
children 89e2a0ac7c7c
files createdb.php
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/createdb.php	Sat Dec 07 16:30:19 2013 +0200
+++ b/createdb.php	Sat Dec 07 16:51:23 2013 +0200
@@ -12,7 +12,9 @@
 );
 
 
+//
 // The defaults we put in
+//
 $siteDefaults = array(
   "maxAttendeesHard" => array(VT_INT, 60, "Maximum attendees (HARD limit, <= 0 means no limit)"),
   "maxAttendeesSoft" => array(VT_INT, 50, "Maximum attendees (soft limit, <= 0 means no limit)"),
@@ -378,6 +380,7 @@
   }
 }
 
+
 //
 // Main program starts
 //