Fix warning
This commit is contained in:
parent
da000f816a
commit
ee6dcd9c5a
@ -60,7 +60,7 @@ if ($action == 'update') {
|
|||||||
$amount = price2num(GETPOST('MEMBER_NEWFORM_AMOUNT'), 'MT', 2);
|
$amount = price2num(GETPOST('MEMBER_NEWFORM_AMOUNT'), 'MT', 2);
|
||||||
$minamount = GETPOST('MEMBER_MIN_AMOUNT');
|
$minamount = GETPOST('MEMBER_MIN_AMOUNT');
|
||||||
$publiccounters = GETPOST('MEMBER_COUNTERS_ARE_PUBLIC');
|
$publiccounters = GETPOST('MEMBER_COUNTERS_ARE_PUBLIC');
|
||||||
$showtable = GETPOST('MEMBER_SHOW_TABLE');;
|
$showtable = GETPOST('MEMBER_SHOW_TABLE');
|
||||||
$showvoteallowed = GETPOST('MEMBER_SHOW_VOTE_ALLOWED');
|
$showvoteallowed = GETPOST('MEMBER_SHOW_VOTE_ALLOWED');
|
||||||
$payonline = GETPOST('MEMBER_NEWFORM_PAYONLINE');
|
$payonline = GETPOST('MEMBER_NEWFORM_PAYONLINE');
|
||||||
$forcetype = GETPOST('MEMBER_NEWFORM_FORCETYPE', 'int');
|
$forcetype = GETPOST('MEMBER_NEWFORM_FORCETYPE', 'int');
|
||||||
|
|||||||
@ -346,7 +346,7 @@ for ($i = 1 ; $i < $MAXLINES; $i++) {
|
|||||||
print '<td class="hideobject" class="multicurrency"><input name="'.$i.'_amountto" class="flat" type="text" size="6" value="'.dol_escape_htmltag($amountto).'"></td>';
|
print '<td class="hideobject" class="multicurrency"><input name="'.$i.'_amountto" class="flat" type="text" size="6" value="'.dol_escape_htmltag($amountto).'"></td>';
|
||||||
|
|
||||||
print '</tr>';
|
print '</tr>';
|
||||||
};
|
}
|
||||||
|
|
||||||
print '</table>';
|
print '</table>';
|
||||||
print '</div>';
|
print '</div>';
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user