<?php define("YEARGROUP", 11); if (YEARGROUP === 11) { define("YEARGROUPFILTERSQL", " and (s.current_ncyear = 11) or s.current_ncyear = (11))" ); } else { define("YEARGROUPFILTERSQL", ' and s.current_ncyear = ' . YEARGROUP); } echo YEARGROUPFILTERSQL; ?>
You have javascript disabled. You will not be able to edit any code.