summaryrefslogtreecommitdiffstats
path: root/index.php
diff options
context:
space:
mode:
authorRomain d'Alverny <rda@mageia.org>2011-01-14 16:59:36 +0000
committerRomain d'Alverny <rda@mageia.org>2011-01-14 16:59:36 +0000
commit13726a8411d28aa084bac6a37c7931db71223693 (patch)
tree17ed8a933a1715d7d053a046bb1998ea3610db7e /index.php
parentc4afce84de7482dde5c29f6cacdd14196672433c (diff)
downloadpkgsubmit-13726a8411d28aa084bac6a37c7931db71223693.tar
pkgsubmit-13726a8411d28aa084bac6a37c7931db71223693.tar.gz
pkgsubmit-13726a8411d28aa084bac6a37c7931db71223693.tar.bz2
pkgsubmit-13726a8411d28aa084bac6a37c7931db71223693.tar.xz
pkgsubmit-13726a8411d28aa084bac6a37c7931db71223693.zip
calling the right function
Diffstat (limited to 'index.php')
-rw-r--r--index.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.php b/index.php
index 9dd9efe..3de6f33 100644
--- a/index.php
+++ b/index.php
@@ -296,7 +296,7 @@ if ($total > 0) {
$s .= '</td><td>';
if ($p['type'] == 'uploaded')
- $s .= duration_to_diff($p['buildtime']['diff']);
+ $s .= key2date(null, $p['buildtime']['diff']);
$s .= '</td>';
//$s .= '<td>' . sprintf($badges[$p['type']], $p['user']) . '</td>';
$s .= '</tr>';