Changeset 6763 for trunk/tools/database/www/cvs.php3
- Timestamp:
- Sep 19, 2001, 5:43:59 PM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tools/database/www/cvs.php3
r6761 r6763 840 840 while ($i++ < 256 && list($sRevision, $aasRev) = each($this->aaasRevs)) 841 841 { 842 echo "<tr><td bgcolor=#d0dce0>Rev. <a href=\"cvs.php?sFile=$this->sDir/$this->sName,v&sRevision=$sRevision\"", 843 "<a name=\"$sRevision\">$sRevision</a></a> by ", 842 echo "<tr><td bgcolor=#d0dce0><a name=\"$sRevision\">Rev. </a>", 843 "<a href=\"cvs.php?sFile=$this->sDir/$this->sName,v&sRevision=$sRevision\"", 844 "$sRevision</a> by ", 844 845 $this->getAuthor($sRevision) ,"</td></tr>\n", 845 846 "<tr><td bgcolor=#f0f0f0>";
Note:
See TracChangeset
for help on using the changeset viewer.