--- loncom/publisher/lonunauthorized.pm 2011/11/14 15:51:55 1.13 +++ loncom/publisher/lonunauthorized.pm 2011/11/30 18:32:23 1.14 @@ -1,7 +1,7 @@ # The LearningOnline Network # Unauthorized to access construction space # -# $Id: lonunauthorized.pm,v 1.13 2011/11/14 15:51:55 raeburn Exp $ +# $Id: lonunauthorized.pm,v 1.14 2011/11/30 18:32:23 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -122,7 +122,7 @@ sub handler { $option = 'decompress'; } elsif ($name eq 'qualifiedfilename') { $qualifiedfilename = $value; - } elsif ($name = 'versionone') { + } elsif ($name eq 'versionone') { if ($value eq 'priv') { $option = 'cstr'; }