From: Rob H. <for...@us...> - 2002-08-13 06:42:41
|
Update of /cvsroot/sandweb/sandweb/bin In directory usw-pr-cvs1:/tmp/cvs-serv16612/bin Modified Files: sandweb.cgi Log Message: disabling inline editor Index: sandweb.cgi =================================================================== RCS file: /cvsroot/sandweb/sandweb/bin/sandweb.cgi,v retrieving revision 1.309 retrieving revision 1.310 diff -U2 -r1.309 -r1.310 --- sandweb.cgi 13 Aug 2002 01:53:34 -0000 1.309 +++ sandweb.cgi 13 Aug 2002 06:42:37 -0000 1.310 @@ -1103,4 +1103,9 @@ } + # XXX FIXME + # the inline editor is disabled + + $edit = 0; + $log->debug("creating Repository object"); my $repository = SandWeb::Repository->new( |