initialize user prefs on update_feeds run

This commit is contained in:
Andrew Dolgov 2006-10-01 05:06:45 +01:00
parent 461766f33e
commit e7dfc9c989
1 changed files with 1 additions and 0 deletions

View File

@ -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);
}