Update of /cvsroot/phpcvsview/phpcvsview
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2030
Modified Files:
func_FileHistory.php
Log Message:
Changed "History for : " line to the Quick Link bar.
Index: func_FileHistory.php
===================================================================
RCS file: /cvsroot/phpcvsview/phpcvsview/func_FileHistory.php,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** func_FileHistory.php 3 Oct 2004 14:03:04 -0000 1.3
--- func_FileHistory.php 4 Oct 2004 11:48:12 -0000 1.4
***************
*** 43,47 ****
$Files = $CVSServer->FILES;
! echo "<h1>History for ".$ModPath."</h1>\n";
foreach ($CVSServer->FILES[0]["Revisions"] as $Revision)
{
--- 43,49 ----
$Files = $CVSServer->FILES;
! // Add the quick link navigation bar.
! echo GetQuickLinkBar($ModPath, "Revision History for: ", false, true, "");
!
foreach ($CVSServer->FILES[0]["Revisions"] as $Revision)
{
|