We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 936e79d commit 5a95973Copy full SHA for 5a95973
interface/web/mail/spamfilter_blacklist_edit.php
@@ -71,6 +71,7 @@ function onShowNew() {
71
parent::onShowNew();
72
}
73
74
+ /*
75
function onBeforeUpdate() {
76
global $app, $conf;
77
@@ -86,6 +87,7 @@ function onBeforeUpdate() {
86
87
unset($rec);
88
89
90
+ */
91
92
function onSubmit() {
93
interface/web/mail/spamfilter_whitelist_edit.php
@@ -70,7 +70,8 @@ function onShowNew() {
70
-
+
0 commit comments