// Merge -> revision 8342

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@8344 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
rMalie
2011-09-05 14:56:02 +00:00
parent 371f9a5397
commit 79fd72e461
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)));