X-Git-Url: http://mop.ddnsfree.com/gitweb/?a=blobdiff_plain;f=web%2Fbriskin5%2Findex.php;h=ca57254836a75f7c44d39ee7ae6b9a809211c686;hb=2866ca461e9916336ef73fd199210955ab34cbb6;hp=00121b829d94330c50e4f00eba5af05abf4045a7;hpb=95fab8a421e10d8ed1174a76971bb585e81cc8a0;p=brisk.git diff --git a/web/briskin5/index.php b/web/briskin5/index.php index 00121b8..ca57254 100644 --- a/web/briskin5/index.php +++ b/web/briskin5/index.php @@ -41,7 +41,7 @@ $mlang_bin5_index = array( 'aucwin' => array( 'it' => 'Hai vinto l\'asta.
Sc ); -function bin5_index_main(&$header_out, $addr, $get, $post, $cookie) +function bin5_index_main($transp_type, &$header_out, $addr, $get, $post, $cookie) { GLOBAL $G_lang, $mlang_bin5_index; if (($table_idx = gpcs_var('table_idx', $get, $post, $cookie)) === FALSE) @@ -110,7 +110,7 @@ window.onload = function() { preferences_update(); sess = ""; - xstm = new xynt_streaming(window, 'iframe', null /* console */, gst, 'table_php', 'sess', sess, $('sandbox'), 'index_rd_ifra.php', function(com){eval(com);}); + xstm = new xynt_streaming(window, "", null /* console */, gst, 'table_php', 'sess', sess, $('sandbox'), 'index_rd_ifra.php', function(com){eval(com);}); xstm.hbit_set(heartbit); window.onbeforeunload = onbeforeunload_cb;