Update of /cvsroot/sandweb/sandweb/bin
In directory sc8-pr-cvs1:/tmp/cvs-serv11490/bin
Modified Files:
Tag: release-1_0-branch
sandweb.cgi
Log Message:
edit still works, reenabling <shrug> it can't hurt anything, but it
bugs me that the browsers insert DOS EOL chars
Index: sandweb.cgi
===================================================================
RCS file: /cvsroot/sandweb/sandweb/bin/sandweb.cgi,v
retrieving revision 1.348.2.6
retrieving revision 1.348.2.7
diff -U2 -r1.348.2.6 -r1.348.2.7
--- sandweb.cgi 1 Jun 2003 20:24:42 -0000 1.348.2.6
+++ sandweb.cgi 10 Aug 2003 00:18:43 -0000 1.348.2.7
@@ -1347,8 +1347,5 @@
}
- # XXX FIXME
- # the inline editor is disabled
-
- $edit = 0;
+ $edit = 1;
$log->debug("creating Repository object");
|