comparison msite.inc.php @ 819:a431fc8a2b9a

Comments.
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 24 Nov 2014 22:31:14 +0200
parents 5f20e5f1d589
children e213dca6354d
comparison
equal deleted inserted replaced
818:5f20e5f1d589 819:a431fc8a2b9a
828 "INSERT INTO attendees (regtime,name,groups,oneliner,email,reghost) VALUES (%d,%S,%S,%S,%S,%s)", 828 "INSERT INTO attendees (regtime,name,groups,oneliner,email,reghost) VALUES (%d,%S,%S,%S,%S,%s)",
829 time(), "name", "groups", "oneliner", "email", $_SERVER["REMOTE_ADDR"]); 829 time(), "name", "groups", "oneliner", "email", $_SERVER["REMOTE_ADDR"]);
830 } 830 }
831 831
832 832
833 //
834 // Create a path, or URL from specified components
835 //
833 function stMakePath($isURL, $repExt, $components) 836 function stMakePath($isURL, $repExt, $components)
834 { 837 {
835 $res = array(); 838 $res = array();
836 839
837 // If this is URL, the first component is passed as is 840 // If this is URL, the first component is passed as is