MTrackWeb/Timeline.php
authorAlan Knowles <alan@akbkhome.com>
Mon, 28 Mar 2011 07:44:30 +0000 (15:44 +0800)
committerAlan Knowles <alan@akbkhome.com>
Mon, 28 Mar 2011 07:44:30 +0000 (15:44 +0800)
MTrackWeb/Timeline.php

index be4fa82..b090ba7 100644 (file)
@@ -50,7 +50,7 @@ class MTrackWeb_Timeline extends MTrackWeb
         foreach($ar as $i=>$h) {
             $h->cls = $i % 2 ? 'odd' : '';
         
-            $ts = strtotime($h->ctime);
+            $ts = strtotime($h->changedate);
             $day = date('D, M d Y', $ts);
             $time = date('g:ia', $ts);
             //print_r($ent);