query($query); if($adb->num_rows($result) >=1) { $row_list = 1; while($result_row = $adb->fetch_array($result)) { $chkd = ''; $disabled = ''; $active = $result_row['active']; $shedid = $result_row['schedulednotificationid']; $label = $result_row['label']; $shedname = $result_row['schedulednotificationname']; if($active == 1) { $chkd = "CHECKED"; } if($row_list%2 ==1) { $ListRow = "oddListRow"; } else { $ListRow = "evenListRow"; } if ($label == 'LBL_ACTIVITY_NOTIFICATION') { $disabled = 'disabled="disabled"'; } echo ''; $disabled =''; } } ?>
'.$mod_strings[$label].' '.$mod_strings[$shedname].'