Changeset 40 for trunk/gridctl.php


Ignore:
Timestamp:
Apr 28, 2019, 3:00:50 PM (5 years ago)
Author:
gegorbet
Message:

more time information in error,completion emails

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gridctl.php

    r39 r40  
    10011001   // Try to avoid spam filters
    10021002   $now = time();
     1003   $tnow = date( 'Y-m-d H:i:s' );
    10031004   $headers .= "Message-ID: <" . $now . "gridctl@$dbhost>$requestID\n";
    10041005   $headers .= "X-Mailer: PHP v" . phpversion()         . "\n";
     
    10101011   UltraScan job error notification from gridctl.php:
    10111012
    1012    Update Time    :  $updateTime  [ now=$now ]
     1013   Update Time    :  $updateTime  [ now=$tnow ]
    10131014   GFAC Status    :  $status
    10141015   Cluster        :  $cluster
Note: See TracChangeset for help on using the changeset viewer.