changeset 36:ace577c92a32

Comments.
author Matti Hamalainen <ccr@tnsp.org>
date Wed, 02 Jan 2013 05:52:57 +0200
parents c969f9e8264a
children 238c73840b61
files createdb.php
diffstat 1 files changed, 4 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/createdb.php	Wed Jan 02 04:37:31 2013 +0200
+++ b/createdb.php	Wed Jan 02 05:52:57 2013 +0200
@@ -133,7 +133,7 @@
 
 
 //
-// Check for commandline arguments
+// Helper functions
 //
 function stConnectDB($dbspec)
 {
@@ -192,6 +192,9 @@
 }
 
 
+//
+// Main program starts
+//
 if ($argc < 2)
 {
   echo "Usage: ".$argv[0]." <mode> [args]\n".