Skip to content

Commit 34f11f4

Browse files
author
Michele
committed
Removed debug useless messages
1 parent d871dad commit 34f11f4

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

interface/web/mail/mail_ml_membership_edit.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,6 @@ function onBeforeInsert() {
9393
// Set the server id of the mailinglist members = server ID of mail domain.
9494
$domain = $app->db->queryOneRecord("SELECT server_id FROM mail_mailinglist WHERE mailinglist_id = ?", $this->dataRecord["mailinglist_id"]);
9595

96-
file_put_contents('/tmp/vaso', "SELECT server_id FROM mail_mailinglist WHERE mailinglist_id = ". $this->dataRecord["mailinglist_id"]);
9796
$this->dataRecord["server_id"] = $domain['server_id'];
9897
}
9998

server/plugins-available/mlmmj_plugin.inc.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -273,9 +273,6 @@ function member_insert($event_name, $data) {
273273
$command = "/usr/bin/mlmmj-sub -q -s -L $listDir $welcome -a ".$rec['email'];
274274
exec("nohup $command>/dev/null 2>&1");
275275
}
276-
// file_put_contents('/tmp/figa',"$command\n");
277-
// file_put_contents('/tmp/figa',print_r($rec, true), FILE_APPEND);
278-
// file_put_contents('/tmp/figa',"/usr/bin/mlmmj-sub -L $listDir -a ".$rec['email'], FILE_APPEND);
279276
}
280277

281278
function member_update($event_name, $data) {

0 commit comments

Comments
 (0)