MTrackWeb/Log.php
authorAlan Knowles <alan@akkbhome.com>
Tue, 22 Mar 2011 00:15:47 +0000 (08:15 +0800)
committerAlan Knowles <alan@akkbhome.com>
Tue, 22 Mar 2011 00:15:47 +0000 (08:15 +0800)
MTrackWeb/Log.php

index 981ffc4..be01f08 100644 (file)
@@ -96,7 +96,11 @@ class MTrackWeb_Log extends MTrackWeb
         $last_day = null;
         $even = 1;
         
-        
+        $offset= empty($_GET['offset']) ? 0 : (int) $_GET['offset'];
+        $this->offeset = $offset+100;
+        $hist = $this->repo->history($file, array($offset,100), $object, $ident);
+
+
         $hist = $this->repo->history($this->filename, 100, $object, $ident);