kareila: (Default)
kareila ([personal profile] kareila) wrote in [site community profile] changelog2010-10-05 02:48 pm

[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 [personal profile] kareila.

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;
         } 
--------------------------------------------------------------------------------
yvi: Kaylee half-smiling, looking very pretty (Default)

[personal profile] yvi 2010-10-05 05:38 pm (UTC)(link)
Thanks for fixing those bugs!