e8f47b53 by Marty Penner

Convert tabs to spaces in 3 files

1 parent d569850b
...@@ -97,8 +97,6 @@ function display_page() { ...@@ -97,8 +97,6 @@ function display_page() {
97 $system_message_type = $_POST['system_message_type']; 97 $system_message_type = $_POST['system_message_type'];
98 $system = $_POST['system']; 98 $system = $_POST['system'];
99 99
100
101
102 update_post_meta($id, 'notif_type', $type); 100 update_post_meta($id, 'notif_type', $type);
103 update_post_meta($id, 'execute_date', mysqldatetime_to_timestamp($execute_date)); 101 update_post_meta($id, 'execute_date', mysqldatetime_to_timestamp($execute_date));
104 update_post_meta($id, 'trigger', $trigger); 102 update_post_meta($id, 'trigger', $trigger);
......
...@@ -254,7 +254,4 @@ function updateNotificationType() { ...@@ -254,7 +254,4 @@ function updateNotificationType() {
254 } 254 }
255 255
256 } 256 }
257
258
259
260 </script> 257 </script>
...\ No newline at end of file ...\ No newline at end of file
......