--- loncom/interface/lonindexer.pm 2002/08/08 13:07:17 1.48 +++ loncom/interface/lonindexer.pm 2002/08/12 18:21:42 1.49 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Directory Indexer # -# $Id: lonindexer.pm,v 1.48 2002/08/08 13:07:17 matthew Exp $ +# $Id: lonindexer.pm,v 1.49 2002/08/12 18:21:42 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -130,7 +130,7 @@ sub handler { my $diropendb = "/home/httpd/perl/tmp/$domain\_$ENV{'user.name'}_indexer.db"; - if (tie(%hash,'GDBM_File',$diropendb,&GDBM_WRCREAT,0640)) { + if (tie(%hash,'GDBM_File',$diropendb,&GDBM_WRCREAT(),0640)) { if ($ENV{'form.launch'} eq '1') { &start_fresh_session(); }