Update of /cvsroot/sandweb/sandweb/bin
In directory sc8-pr-cvs1:/tmp/cvs-serv24051/bin
Modified Files:
sandweb.cgi
Log Message:
cool, the $repo_type is replaced properly on the tool_bar now. I was
creating a dummy Repository object that didn't have that info =/
Now we pull it out of the user's config for the current repo we are in.
Index: sandweb.cgi
===================================================================
RCS file: /cvsroot/sandweb/sandweb/bin/sandweb.cgi,v
retrieving revision 1.362
retrieving revision 1.363
diff -U2 -r1.362 -r1.363
--- sandweb.cgi 18 Aug 2003 21:23:42 -0000 1.362
+++ sandweb.cgi 18 Aug 2003 21:31:25 -0000 1.363
@@ -1367,4 +1367,5 @@
$log->debug("viewing file : $filename");
+ $log->debug("repo_type : $repo_type");
$log->debug("creating File object: $filename");
@@ -1424,6 +1425,4 @@
$username = $auth->get_username();
my @file_commands = $file->get_file_commands();
- my $repo_type = $repository->get_repo_type();
-
my $toolbar_menu = '';
|