[dw-free] remove LJ::nodb
[commit: http://hg.dwscoalition.org/dw-free/rev/63a18a167123]
http://bugs.dwscoalition.org/show_bug.cgi?id=2700
Missed one!
Patch by
kareila.
Files modified:
http://bugs.dwscoalition.org/show_bug.cgi?id=2700
Missed one!
Patch by
![[personal profile]](https://www.dreamwidth.org/img/silk/identity/user.png)
Files modified:
- cgi-bin/ljmood.pl
-------------------------------------------------------------------------------- diff -r 030b8c0fe9a2 -r 63a18a167123 cgi-bin/ljmood.pl --- a/cgi-bin/ljmood.pl Tue Jun 15 14:35:43 2010 +0800 +++ b/cgi-bin/ljmood.pl Tue Jun 15 01:41:28 2010 -0500 @@ -20,9 +20,7 @@ use strict; # args: dbarg?, themeid # des-themeid: the mood theme ID to load. # </LJFUNC> -sub load_mood_theme -{ - &nodb; +sub load_mood_theme { my $themeid = shift; return if $LJ::CACHE_MOOD_THEME{$themeid}; return unless $themeid; --------------------------------------------------------------------------------