Hi,
I would like to modify the explode for the case 'range' for the join page.
I find it in /inc/classes/BxDolPFM.php
But when i change
explode( '-', trim( $aData['Default'], 2 ) );
to
explode( 'between', trim( $aData['Default'], 2 ) );
in the join page i still see " - " and not " between "
What can i do to modify it ?
Thank you