Reddit/Import.php
authorAlan Knowles <alan@roojs.com>
Mon, 8 Dec 2014 08:21:56 +0000 (16:21 +0800)
committerAlan Knowles <alan@roojs.com>
Mon, 8 Dec 2014 08:21:56 +0000 (16:21 +0800)
Reddit/Import.php

index a27b168..0c02901 100644 (file)
@@ -22,10 +22,12 @@ class Reddit_Import extends Pman {
         $dd->find(true);
         $next = $dd->uid;
         
+        
+        
         $dd = DB_DataObject::factory('reddit_livefeed');
         
         
-        //$next = '';
+        $next = '';
         while (true) {
             $next = $dd->fetchFrom($next);
             if(!strlen($next)) {