change code according to php8
-
333 = <?php echo (($from_val != “” && $from_val == $key) ? ‘selected=”selected”‘ : (‘USD’ == $key)) ? ‘selected=”selected”‘ : “”; ?>>
348 = <?php echo (($to_val != “” && $to_val == $key) ? ‘selected=”selected”‘ : (‘EUR’ == $key)) ? ‘selected=”selected”‘ : “”; ?>>bcc-widget.php page
change these lines from line 333 & 348 and error will gone
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘change code according to php8’ is closed to new replies.