Convert tabs to spaces in 3 files
Showing
3 changed files
with
0 additions
and
5 deletions
| ... | @@ -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); | ... | ... |
-
Please register or sign in to post a comment