Drupal: Changed text of subject line for admin notifications

Part of https://dev.gridrepublic.org/browse/DBOINCP-493
This commit is contained in:
Shawn Kwang 2019-04-04 13:04:48 -05:00
parent 936699165d
commit 62723a21f8
1 changed files with 2 additions and 2 deletions

View File

@ -515,7 +515,7 @@ function boinc_standard_rules_defaults() {
'#type' => 'action',
'#settings' => array(
'from' => '',
'subject' => '[BOINC-error] Circular host merging error',
'subject' => '[drupal-error] Circular host merging error',
'message' => 'User tried to merge a host (old_host) into a target host where the target host\'s rpc_seqno is equal to the old_host\'s id.
Information about this host merge attempt:
@ -580,7 +580,7 @@ print "Drupal UID: " . $user->uid . "\\n";
'#type' => 'action',
'#settings' => array(
'from' => '',
'subject' => '[BOINC-error] Zombie host merging error',
'subject' => '[drupal-error] Zombie host merging error',
'message' => 'User tried to merge a host (old_host) into a target host where the target host\'s userid is equal to 0, a zombie host.
I.e., $target_host->userid == 0