Parent Directory
|
Revision Log
|
Patch
revision 1.32, Sat Jul 1 03:17:24 2006 UTC | revision 1.33, Sat Jul 1 03:27:33 2006 UTC | |
---|---|---|
# | Line 450 | Line 450 |
450 | Trace("Load complete.") if T(2); | Trace("Load complete.") if T(2); |
451 | $rtype = "no error"; | $rtype = "no error"; |
452 | } | } |
453 | if ($phone) { | if ($options->{phone}) { |
454 | my $msgID = Tracer::SendSMS($options->{phone}, "Sprout load terminated with $rtype."); | my $msgID = Tracer::SendSMS($options->{phone}, "Sprout load terminated with $rtype."); |
455 | if ($msgID) { | if ($msgID) { |
456 | Trace("Phone message sent with ID $msgID.") if T(2); | Trace("Phone message sent with ID $msgID.") if T(2); |
|
MCS Webmaster | ViewVC Help |
Powered by ViewVC 1.0.3 |