`showeventsfromsection_id` int(11) default NULL
// Get settings$query_content = $database->query("SELECT * FROM `".TABLE_PREFIX."mod_event_settings` WHERE `section_id` = '$section_id'");if($query_content->numRows() > 0) { $fetch_content = $query_content->fetchRow(); $WB_PATH = WB_PATH; $WB_URL = WB_URL; $evheader = stripslashes($fetch_content['evheader']); $evfooter = stripslashes($fetch_content['evfooter']); $todayevent = stripslashes($fetch_content['todayevent']); $monthevent = stripslashes($fetch_content['monthevent']); $event_msg = stripslashes($fetch_content['event_msg']); $noeventsmsg = stripslashes($fetch_content['noevents_msg']); $showalldata = stripslashes($fetch_content['showalldata']); $showeventsfromsection_id = stripslashes($fetch_content['showeventsfromsecti on_id']);} if ( $showeventsfromsection_id <> "" ) { $section_id = $showeventsfromsection_id;}