Revision
315
Author
pterjan
Date
2011-01-18 13:56:36 +0100 (Tue, 18 Jan 2011)

Log Message

Fix param name

Modified Paths

Modified: build_system/web/index.php
===================================================================
--- build_system/web/index.php	2011-01-18 12:54:14 UTC (rev 314)
+++ build_system/web/index.php	2011-01-18 12:56:36 UTC (rev 315)
@@ -149,7 +149,7 @@
     return $date->getTimestamp();
 }
 
-function timediff($key, $end) {
+function timediff($start, $end) {
 /**
  * Return human-readable time difference
  *