e8f47b53 by Marty Penner

Convert tabs to spaces in 3 files

1 parent d569850b
......@@ -97,8 +97,6 @@ function display_page() {
$system_message_type = $_POST['system_message_type'];
$system = $_POST['system'];
update_post_meta($id, 'notif_type', $type);
update_post_meta($id, 'execute_date', mysqldatetime_to_timestamp($execute_date));
update_post_meta($id, 'trigger', $trigger);
......
......@@ -254,7 +254,4 @@ function updateNotificationType() {
}
}
</script>
\ No newline at end of file
......