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:
@@ -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)
|
||||
{
|
||||
|
Reference in New Issue
Block a user