[dw-free] keyword mapping not showing up in memcache_view.
[commit: http://hg.dwscoalition.org/dw-free/rev/b5dd05a21e20]
http://bugs.dwscoalition.org/show_bug.cgi?id=3210
Don't need this for checking what's in memcache. I copied and pasted a
couple of lines too many.
Patch by
fu.
Files modified:
http://bugs.dwscoalition.org/show_bug.cgi?id=3210
Don't need this for checking what's in memcache. I copied and pasted a
couple of lines too many.
Patch by
![[personal profile]](https://www.dreamwidth.org/img/silk/identity/user.png)
Files modified:
- htdocs/admin/memcache_view.bml
-------------------------------------------------------------------------------- diff -r c254ef705e15 -r b5dd05a21e20 htdocs/admin/memcache_view.bml --- a/htdocs/admin/memcache_view.bml Tue Nov 09 15:33:44 2010 +0800 +++ b/htdocs/admin/memcache_view.bml Wed Nov 10 14:53:34 2010 +0800 @@ -213,9 +213,6 @@ _c?> $info->{kwmap}->{$kw} = $id; $info->{mapkw}->{$id} = $kw || "pic#" . $info->{mapid}->{$id}->{picid}; } - } else { # This user is on dversion 9, but the data isn't in memcache - # so force a db load - undef $info; } } } --------------------------------------------------------------------------------