--- loncom/interface/loncreateuser.pm 2008/07/13 09:57:29 1.249.2.2
+++ loncom/interface/loncreateuser.pm 2008/07/13 09:53:16 1.254
@@ -1,7 +1,7 @@
# The LearningOnline Network with CAPA
# Create a user
#
-# $Id: loncreateuser.pm,v 1.249.2.2 2008/07/13 09:57:29 raeburn Exp $
+# $Id: loncreateuser.pm,v 1.254 2008/07/13 09:53:16 raeburn Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -1456,7 +1456,7 @@ sub personal_data_display {
$row .= ''.$inst_results->{$item};
} else {
if ($context eq 'selfcreate') {
- if ($canmodify{$item}) {
+ if ($canmodify{$item}) {
$row .= '';
$editable ++;
} else {