diff msite.inc.php @ 535:88c048f3b9e1

Add comments.
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 12 Dec 2013 00:50:48 +0200
parents f872843ae396
children 8c1a53532be0
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;