[dw-free] http://bugs.dwscoalition.org/show_bug.cgi?id=3107
[commit: http://hg.dwscoalition.org/dw-free/rev/1924e69c861a]
http://bugs.dwscoalition.org/show_bug.cgi?id=3107
Fix error message.
Patch by
kareila.
Files modified:
http://bugs.dwscoalition.org/show_bug.cgi?id=3107
Fix error message.
Patch by
![[personal profile]](https://www.dreamwidth.org/img/silk/identity/user.png)
Files modified:
- htdocs/interests.bml
-------------------------------------------------------------------------------- diff -r f681c0195872 -r 1924e69c861a htdocs/interests.bml --- a/htdocs/interests.bml Tue Oct 05 19:48:15 2010 +0800 +++ b/htdocs/interests.bml Tue Oct 05 09:47:53 2010 -0500 @@ -421,9 +421,9 @@ body<= # no results unless ( $exists ) { $ret .= "<?h1 $ML{'.nocomms.header'} h1?><?p "; - $ret .= BML::ml( '.nocomms.text', { 'int' => $interest, 'aopts' => qq(href="$LJ::SITEROOT/community/create") } ); + $ret .= BML::ml( '.nocomms.text', { 'int' => $e_int, 'aopts' => qq(href="$LJ::SITEROOT/community/create") } ); $ret .= " p?><?h1 $ML{'.nousers.header'} h1?><?p "; - $ret .= BML::ml( '.nousers.text', { 'int' => $interest, 'aopts_manage' => "href='$LJ::SITEROOT/manage/profile/'", 'aopts_int' => "href='$LJ::SITEROOT/interests'" } ); + $ret .= BML::ml( '.nousers.text', { 'int' => $e_int, 'aopts_manage' => "href='$LJ::SITEROOT/manage/profile/'", 'aopts_int' => "href='$LJ::SITEROOT/interests'" } ); $ret .= " p?>"; return $ret; } --------------------------------------------------------------------------------