Update extrafields.class.php

This commit is contained in:
Vaadasch 2018-10-30 07:20:42 +01:00 committed by GitHub
parent a4c7787d8c
commit 0d7dbace63
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1384,7 +1384,7 @@ class ExtraFields
preg_match('#(AND|OR|) *('.$word.') *(AND|OR|)#',$InfoFieldList[4],$matchCondition);
}
}
else {
else {
$InfoFieldList[4]=str_replace('$ID$','0',$InfoFieldList[4]);
}