// Merge -> revision 8342

This commit is contained in:
rMalie
2011-09-05 14:56:02 +00:00
parent d84373e4d3
commit 3d89058084
46 changed files with 1299 additions and 249 deletions
+2 -2
View File
@@ -1,4 +1,5 @@
<?php
require_once('../classes/Tools.php');
if (!isset($_GET['language']))
$_GET['language'] = 0;
@@ -26,7 +27,7 @@
{
$varList = "";
echo '<br clear="left" /><hr /><br clear="left" />';
foreach ($result->field as $field)
foreach ($result->field AS $field)
{
echo '<div><label class="aligned" style="float:left;width:200px;padding-left:10px;">'.getPreinstallXmlLang($field, 'label').' :</label>';
if ($field->type == 'text' || $field->type == 'password')
@@ -96,7 +97,6 @@
}
if ($_GET['request'] == 'send')
{
$stream_context = stream_context_create(array('http' => array('method'=>"GET", 'timeout' => 5)));