diff options
author | Romain d'Alverny <rda@mageia.org> | 2012-09-13 16:26:26 +0000 |
---|---|---|
committer | Romain d'Alverny <rda@mageia.org> | 2012-09-13 16:26:26 +0000 |
commit | fe268c768c8cde405713fcc437a6465f126c24f4 (patch) | |
tree | 20de3d5475738e6bc0442ac8d0b42d2479825918 | |
parent | 7c30496060681d683abd600250db3a090810f3ba (diff) | |
download | pkgsubmit-fe268c768c8cde405713fcc437a6465f126c24f4.tar pkgsubmit-fe268c768c8cde405713fcc437a6465f126c24f4.tar.gz pkgsubmit-fe268c768c8cde405713fcc437a6465f126c24f4.tar.bz2 pkgsubmit-fe268c768c8cde405713fcc437a6465f126c24f4.tar.xz pkgsubmit-fe268c768c8cde405713fcc437a6465f126c24f4.zip |
remove unneeded revision info
-rw-r--r-- | index.php | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -202,8 +202,7 @@ if (!is_null($upload_time)) { $s = ''; $tmpl = <<<T <tr class="%s"> - <td><a rel="nofollow" href="%s" title="%s" class="package">%s</a> - <span class="revision"><a href="%s">view changes @ r%d</a></span></td> + <td><a rel="nofollow" href="%s" title="%s" class="package">%s</a></td> <td class="user"><a rel="nofollow" href="?user=%s" class="committer">%s</a> <span class="timeinfo">%s</span></td> <td>%s @@ -222,7 +221,6 @@ if ($total > 0) { $revision_link, addslashes($p['summary']), $p['package'], - $revision_link, $p['revision'], $p['user'], $p['user'], timediff(key2timestamp($key)) . ' ago', $p['version'], |