change to alphawithlgt
This commit is contained in:
parent
ec1f784247
commit
23e5ff08eb
@ -391,14 +391,14 @@ if ($step == 4 && $action == 'submitFormField') {
|
|||||||
$newcode = (string) preg_replace('/\./', '_', $code);
|
$newcode = (string) preg_replace('/\./', '_', $code);
|
||||||
//print 'xxx'.$code."=".$newcode."=".$type."=".$_POST[$newcode]."\n<br>";
|
//print 'xxx'.$code."=".$newcode."=".$type."=".$_POST[$newcode]."\n<br>";
|
||||||
$filterqualified = 1;
|
$filterqualified = 1;
|
||||||
if (!GETPOSTISSET($newcode) || GETPOST($newcode, 'nohtml') == '') {
|
if (!GETPOSTISSET($newcode) || GETPOST($newcode, 'alphawithlgt') == '') {
|
||||||
$filterqualified = 0;
|
$filterqualified = 0;
|
||||||
} elseif (preg_match('/^List/', $type) && (is_numeric(GETPOST($newcode, 'nohtml')) && GETPOST($newcode, 'nohtml') <= 0)) {
|
} elseif (preg_match('/^List/', $type) && (is_numeric(GETPOST($newcode, 'alphawithlgt')) && GETPOST($newcode, 'alphawithlgt') <= 0)) {
|
||||||
$filterqualified = 0;
|
$filterqualified = 0;
|
||||||
}
|
}
|
||||||
if ($filterqualified) {
|
if ($filterqualified) {
|
||||||
//print 'Filter on '.$newcode.' type='.$type.' value='.$_POST[$newcode]."\n";
|
//print 'Filter on '.$newcode.' type='.$type.' value='.$_POST[$newcode]."\n";
|
||||||
$objexport->array_export_FilterValue[0][$code] = GETPOST($newcode, 'nohtml');
|
$objexport->array_export_FilterValue[0][$code] = GETPOST($newcode, 'alphawithlgt');
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
$array_filtervalue = (!empty($objexport->array_export_FilterValue[0]) ? $objexport->array_export_FilterValue[0] : '');
|
$array_filtervalue = (!empty($objexport->array_export_FilterValue[0]) ? $objexport->array_export_FilterValue[0] : '');
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user