--- loncom/interface/lonmsg.pm	2006/01/03 04:17:02	1.167
+++ loncom/interface/lonmsg.pm	2006/01/05 19:52:52	1.168
@@ -1,7 +1,7 @@
 # The LearningOnline Network with CAPA
 # Routines for messaging
 #
-# $Id: lonmsg.pm,v 1.167 2006/01/03 04:17:02 raeburn Exp $
+# $Id: lonmsg.pm,v 1.168 2006/01/05 19:52:52 albertel Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -241,6 +241,7 @@ sub unpackagemsg {
            }
        }
     }
+    if (!exists($content{'recuser'})) { $content{'recuser'} = []; }
     if ($content{'attachmenturl'}) {
        my ($fname)=($content{'attachmenturl'}=~m|/([^/]+)$|);
        if ($notoken) {