Revision
303
Author
rda
Date
2011-01-14 17:59:36 +0100 (Fri, 14 Jan 2011)

Log Message

calling the right function

Modified Paths

Modified: build_system/web/index.php
===================================================================
--- build_system/web/index.php	2011-01-14 16:34:12 UTC (rev 302)
+++ build_system/web/index.php	2011-01-14 16:59:36 UTC (rev 303)
@@ -296,7 +296,7 @@
 
         $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>';