Forums

Problem converting v5 php to v6

dariegler 29 May, 2019
I use a Condition statement in v5 and it does not work in v6.

<?php
return array('Article.FNAME NOT LIKE ' => '%COMPUTE%');
?>

what do i change to make it work in v6
Dave
This topic is locked and no more replies can be posted.