Author: solomax
Date: Sun Aug  5 19:14:11 2012
New Revision: 1369643

URL: http://svn.apache.org/viewvc?rev=1369643&view=rev
Log:
OPENMEETINGS-390 initial commit of partially working code

Modified:
    
incubator/openmeetings/trunk/plugins/bitrix/install/components/openmeetings/rooms/component.php

Modified: 
incubator/openmeetings/trunk/plugins/bitrix/install/components/openmeetings/rooms/component.php
URL: 
http://svn.apache.org/viewvc/incubator/openmeetings/trunk/plugins/bitrix/install/components/openmeetings/rooms/component.php?rev=1369643&r1=1369642&r2=1369643&view=diff
==============================================================================
--- 
incubator/openmeetings/trunk/plugins/bitrix/install/components/openmeetings/rooms/component.php
 (original)
+++ 
incubator/openmeetings/trunk/plugins/bitrix/install/components/openmeetings/rooms/component.php
 Sun Aug  5 19:14:11 2012
@@ -32,7 +32,7 @@ if (isset($_REQUEST["ID"]) && is_numeric
        $arResult["ROOM"] = $_REQUEST["ID"];
        $arResult["URL"] = COpenmeetings::GetOMUrl();
        $arResult["HASH"] = COpenmeetings::GetRoomHash($_REQUEST["ID"]);
-       $arResult["LANGUAGE"] = 8;
+       $arResult["LANGUAGE"] = 9;
        $this->__templateName = "show_room";
 } else {
        $arResult["ROOMS"] = COpenmeetings::GetRoomList();


Reply via email to