summaryrefslogtreecommitdiff
path: root/update_feeds.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2006-10-01 05:06:45 +0100
committerAndrew Dolgov <[email protected]>2006-10-01 05:06:45 +0100
commite7dfc9c9892f5a7b1aa205f04b254d12883ecab2 (patch)
treebaa465ddf0f978d01d68978363f8571bfc833214 /update_feeds.php
parent461766f33ef735eca51d0bf63fa1557c59aa5451 (diff)
initialize user prefs on update_feeds run
Diffstat (limited to 'update_feeds.php')
-rw-r--r--update_feeds.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/update_feeds.php b/update_feeds.php
index 73422df0c..7027a0572 100644
--- a/update_feeds.php
+++ b/update_feeds.php
@@ -31,6 +31,7 @@
while ($line = db_fetch_assoc($result)) {
$user_id = $line["id"];
+ initialize_user_prefs($link, $user_id);
update_all_feeds($link, false, $user_id, true);
}