1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-05 06:07:32 +02:00

Removing leftover debug

This commit is contained in:
SecretR
2014-06-01 14:51:53 +03:00
parent 28c8c25ee4
commit 14889e2ea8

View File

@@ -3175,8 +3175,8 @@ class e_form
for ($i=0; $i < 5; $i++)
{
$k = $key.'[path]['.$i.']';
$ret .= $this->imagepicker($k, $ival['path'][$i], defset($label, $label), $parms);
$k = $key.'[path]['.$i.']';
$ret .= $this->imagepicker($k, $ival['path'][$i], defset($label, $label), $parms);
}
break;
@@ -3774,7 +3774,7 @@ class e_form
}
else
{
{
$text .= "
<tr>
<td>
@@ -3784,7 +3784,7 @@ class e_form
".$rightCell."
</td>
</tr>
";
";
}
@@ -3796,7 +3796,7 @@ class e_form
}
print_a($fdata);
//print_a($fdata);
if($required_help)
{