Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Tenzing
/
Tz Tools
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
e8f47b53
authored
2011-11-11 20:56:01 -0500
by
Marty Penner
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Convert tabs to spaces in 3 files
1 parent
d569850b
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
0 additions
and
5 deletions
com/Notifications/Admin.php
com/Notifications/Validation.php
com/Notifications/views/form.php
com/Notifications/Admin.php
View file @
e8f47b5
...
...
@@ -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
);
...
...
com/Notifications/Validation.php
View file @
e8f47b5
com/Notifications/views/form.php
View file @
e8f47b5
...
...
@@ -254,7 +254,4 @@ function updateNotificationType() {
}
}
</script>
\ No newline at end of file
...
...
Please
register
or
sign in
to post a comment