[Movecommons-commits] r62 - trunk/wp-theme

Vicente J. Ruiz Jurado vjrj_ at ourproject.org
Mon Nov 1 01:23:53 CET 2010


Author: vjrj_
Date: 2010-11-01 01:23:53 +0100 (Mon, 01 Nov 2010)
New Revision: 62

Modified:
   trunk/wp-theme/mc-include.php
Log:


Modified: trunk/wp-theme/mc-include.php
===================================================================
--- trunk/wp-theme/mc-include.php	2010-10-31 23:59:44 UTC (rev 61)
+++ trunk/wp-theme/mc-include.php	2010-11-01 00:23:53 UTC (rev 62)
@@ -3,7 +3,8 @@
 $mc_domain="http://movecommons.org";
 $cats = $_GET['c1'].$_GET['c2'].$_GET['c3'].$_GET['c4'];
 $version = $_GET['version'];
-$lang = $_GET['lang'];
+// $lang = $_GET['lang'];    
+$lang = qtrans_getLanguage();
 // $q_config['language'] = $lang;
 if (strpos($cats, "np") === false) { $np = false; } else { $np = true; }
 if (strpos($cats, "rp") === false) { $rp = false; } else { $rp = true; }




More information about the Movecommons-commits mailing list