--- loncom/interface/loncreateuser.pm 2008/07/14 10:36:24 1.249.2.3
+++ loncom/interface/loncreateuser.pm 2008/07/14 10:35:00 1.255
@@ -1,7 +1,7 @@
# The LearningOnline Network with CAPA
# Create a user
#
-# $Id: loncreateuser.pm,v 1.249.2.3 2008/07/14 10:36:24 raeburn Exp $
+# $Id: loncreateuser.pm,v 1.255 2008/07/14 10:35:00 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 {