SQL_FREERESULT($result);
// Preapre data for the row
- $content['visible'] => addSelectionBox('yn', $content['visible'], 'visible');
+ $content['visible'] = addSelectionBox('yn', $content['visible'], 'visible');
// Load row template and switch color
$OUT .= loadTemplate('admin_refbanner_edit_row', true, $content);
case 'N': // Display activation form
// Cache timestamps
$startingStamp = time() + getConfig('ONE_DAY');
- $endingStamp = $startingStamp + (getConfig('ONE_DAY') * getConfig('holiday_max');
+ $endingStamp = $startingStamp + (getConfig('ONE_DAY') * getConfig('holiday_max'));
// Starting day
$content['start_day'] = addSelectionBox('day' , getDay($startingStamp) , 'start');