From: Nick J. <nje...@us...> - 2004-01-27 15:18:38
|
Update of /cvsroot/sandweb/sandweb/bin In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv720/bin Modified Files: sandweb.cgi Log Message: * Fixed typo. Dumpber -> Dumper :) Index: sandweb.cgi =================================================================== RCS file: /cvsroot/sandweb/sandweb/bin/sandweb.cgi,v retrieving revision 1.366 retrieving revision 1.367 diff -U2 -r1.366 -r1.367 --- sandweb.cgi 24 Aug 2003 18:43:32 -0000 1.366 +++ sandweb.cgi 27 Jan 2004 15:17:31 -0000 1.367 @@ -40,5 +40,5 @@ uses SandWeb, SandWeb::Repository, SandWeb::Browse, SandWeb::File, - SandWeb::Config, Data::Dumpber, CGI::Carp, CGI, SandWeb::Security + SandWeb::Config, Data::Dumper, CGI::Carp, CGI, SandWeb::Security =cut |