1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-06 06:38:00 +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++) for ($i=0; $i < 5; $i++)
{ {
$k = $key.'[path]['.$i.']'; $k = $key.'[path]['.$i.']';
$ret .= $this->imagepicker($k, $ival['path'][$i], defset($label, $label), $parms); $ret .= $this->imagepicker($k, $ival['path'][$i], defset($label, $label), $parms);
} }
break; break;
@@ -3774,7 +3774,7 @@ class e_form
} }
else else
{ {
$text .= " $text .= "
<tr> <tr>
<td> <td>
@@ -3784,7 +3784,7 @@ class e_form
".$rightCell." ".$rightCell."
</td> </td>
</tr> </tr>
"; ";
} }
@@ -3796,7 +3796,7 @@ class e_form
} }
print_a($fdata); //print_a($fdata);
if($required_help) if($required_help)
{ {