--- loncom/lond	2006/02/09 20:23:28	1.318.2.1
+++ loncom/lond	2006/02/09 20:39:25	1.318.2.2
@@ -2,7 +2,7 @@
 # The LearningOnline Network
 # lond "LON Daemon" Server (port "LOND" 5663)
 #
-# $Id: lond,v 1.318.2.1 2006/02/09 20:23:28 albertel Exp $
+# $Id: lond,v 1.318.2.2 2006/02/09 20:39:25 albertel Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -61,7 +61,7 @@ my $status='';
 my $lastlog='';
 my $lond_max_wait_time = 13;
 
-my $VERSION='$Revision: 1.318.2.1 $'; #' stupid emacs
+my $VERSION='$Revision: 1.318.2.2 $'; #' stupid emacs
 my $remoteVERSION;
 my $currenthostid="default";
 my $currentdomainid;
@@ -3071,9 +3071,7 @@ sub store_handler {
 		my ($key)=split(/=/,$pair);
 		$allkeys.=$key.':';
 	    }
-	    $hashref->{"$version:$rid"}=$what;
-
-	    $hashref->{"$version:$rid:timestamp"}=$now;
+	    $hashref->{"$version:$rid"}=$what."\&timestamp=$now";
 	    $allkeys.='timestamp';
 	    $hashref->{"$version:keys:$rid"}=$allkeys;
 	    if (&untie_user_hash($hashref)) {