details.php
changeset 3 ad69d332e9dc
parent 1 29ae580f12bd
child 4 2c829de4b83c
--- a/details.php	Tue May 19 08:30:24 2009 +0100
+++ b/details.php	Tue May 19 18:41:47 2009 +0100
@@ -1,6 +1,6 @@
 <?php 
 	// read user ID from cookie, if cookie doesn't exist, set to 1 (master)
-	$currID = $_COOKIE['n4c_ID'];
+	$currID = $_COOKIE['uid'];
 	
 	if ($currID == "") 
 	{