diff --git a/etemplate/inc/class.nextmatch_widget.inc.php b/etemplate/inc/class.nextmatch_widget.inc.php index 150adcb239..ed920f2591 100644 --- a/etemplate/inc/class.nextmatch_widget.inc.php +++ b/etemplate/inc/class.nextmatch_widget.inc.php @@ -496,7 +496,7 @@ { $cols[$widget['name']] = $label; } - elseif (strstr($cols[$col],$label) === false) + elseif (strpos($cols[$col],$label) === false) { $cols[$col] .= ($cols[$col] ? ', ' : '').$label; $cols['name2col'][$col] = $col;