changeset 535:88c048f3b9e1

Add comments.
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 12 Dec 2013 00:50:48 +0200
parents 067bef3846aa
children 380cd0151890
files msite.inc.php
diffstat 1 files changed, 6 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/msite.inc.php	Thu Dec 12 00:27:09 2013 +0200
+++ b/msite.inc.php	Thu Dec 12 00:50:48 2013 +0200
@@ -96,6 +96,9 @@
 );
 
 
+//
+// Party infromation system data/variables handling
+//
 function stReloadDisplayVars()
 {
   global $displayVars, $displayVarsChanged;
@@ -168,6 +171,9 @@
 }
 
 
+//
+// SQL database handling / helpoer functions
+//
 function stExecSQLCond($sql, $msg = FALSE)
 {
   global $db;