]> git.wh0rd.org Git - tt-rss.git/commitdiff
fix typo, run witn E_ALL error level
authorAndrew Dolgov <fox@madoka.spb.ru>
Thu, 20 Apr 2006 05:16:41 +0000 (06:16 +0100)
committerAndrew Dolgov <fox@madoka.spb.ru>
Thu, 20 Apr 2006 05:16:41 +0000 (06:16 +0100)
update_daemon.php

index 8c36fda6831c755de271d99eb29e40c6af81443b..d61ed69f12766ec2dd532af7abdbd94d30431818 100644 (file)
@@ -3,6 +3,8 @@
        // this daemon runs in the background and updates all feeds
        // continuously
 
+       define('DEFAULT_ERROR_LEVEL', E_ALL);
+
        declare(ticks = 1);
 
        define('MAGPIE_CACHE_DIR', '/var/tmp/magpie-ttrss-cache-daemon');
                        print "Feed: " . $line["feed_url"] . ": ";
 
                        printf("(%d/%d, %d) ", time() - strtotime($line["last_updated"]),
-                               $upd_intl*60, $owner_uid);
+                               $upd_intl*60, $user_id);
        
                        if (!$line["last_updated"] || 
                                time() - strtotime($line["last_updated"]) > ($upd_intl * 60)) {