Remove return true; it was from the previous way I tried.

This commit is contained in:
Nathan Gray 2009-09-29 14:22:10 +00:00
parent 22083c7780
commit 9b29f45a0f

View File

@ -944,7 +944,6 @@ class nextmatch_widget
$value = $value_in; $value = $value_in;
} }
} }
return true;
} }
var $separator = ';'; var $separator = ';';