Revision: 8971
          
http://languagetool.svn.sourceforge.net/languagetool/?rev=8971&view=rev
Author:   dominikoeo
Date:     2013-01-13 08:11:24 +0000 (Sun, 13 Jan 2013)
Log Message:
-----------
Need to declare $checkLanguage global for language
translation to work.

Modified Paths:
--------------
    trunk/website/include/checkform.php

Modified: trunk/website/include/checkform.php
===================================================================
--- trunk/website/include/checkform.php 2013-01-13 07:44:53 UTC (rev 8970)
+++ trunk/website/include/checkform.php 2013-01-13 08:11:24 UTC (rev 8971)
@@ -1,6 +1,8 @@
 <?php
 function printLangOption($langCode) {
     global $checkDefaultLang;
+    global $checkLanguage;
+
     $checked = ($langCode == $checkDefaultLang) ? " selected='selected'" : "";
 
     if (isset($checkLanguage[$langCode])) {

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.


------------------------------------------------------------------------------
Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS,
MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current
with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft
MVPs and experts. ON SALE this month only -- learn more at:
http://p.sf.net/sfu/learnmore_123012
_______________________________________________
Languagetool-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/languagetool-commits

Reply via email to