summaryrefslogtreecommitdiff
path: root/functions.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2009-01-20 13:52:27 +0100
committerAndrew Dolgov <[email protected]>2009-01-20 13:52:27 +0100
commit863be6cad660220b4164a67f1cc8d179b981ff03 (patch)
tree5135e69e30ad1fbf062d61938fee3887f96294cf /functions.php
parentd460f7aa5dd527e29cf45dfea026e95a4ead36da (diff)
feed_purge_interval: fix bug
Diffstat (limited to 'functions.php')
-rw-r--r--functions.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/functions.php b/functions.php
index d80c6fb5e..6ae16331f 100644
--- a/functions.php
+++ b/functions.php
@@ -283,7 +283,7 @@
$owner_uid = db_fetch_result($result, 0, "owner_uid");
if ($purge_interval == 0) $purge_interval = get_pref($link,
- 'PURGE_OLD_DAYS', $user_id);
+ 'PURGE_OLD_DAYS', $owner_uid);
return $purge_interval;