summaryrefslogtreecommitdiff
path: root/scripts/uncache_users.php
diff options
context:
space:
mode:
authorEric Helgeson <erichelgeson@gmail.com>2009-10-05 12:55:55 -0400
committerEric Helgeson <erichelgeson@gmail.com>2009-10-05 12:55:55 -0400
commitaeca8807dbce951beccbc3fb0e5a4ae5600e5e5f (patch)
treea3821a1bfe304c6fc9f2a783dfce20c3a8566f26 /scripts/uncache_users.php
parentd1a5a4987514bc786eb270f0cc30300f7328a963 (diff)
Open tags should have closing tags
Diffstat (limited to 'scripts/uncache_users.php')
-rw-r--r--scripts/uncache_users.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/uncache_users.php b/scripts/uncache_users.php
index 5a1d33030..ee030f778 100644
--- a/scripts/uncache_users.php
+++ b/scripts/uncache_users.php
@@ -50,3 +50,4 @@ foreach ($ids as $id) {
$memc->delete(common_cache_key('user:notices_with_friends:'. $user->id));
$memc->delete(common_cache_key('user:notices_with_friends:'. $user->id . ';last'));
}
+?>