[PHP-DEV] cvs: /CVSROOT loginfo.pl From: Jim Winstead (jimw <email protected>)
Date: 05/07/00

jimw Sun May 7 10:51:00 2000 EDT

  Modified files:
    /CVSROOT loginfo.pl
  Log:
  tell who we're sending mail to
  
Index: CVSROOT/loginfo.pl
diff -u CVSROOT/loginfo.pl:1.19 CVSROOT/loginfo.pl:1.20
--- CVSROOT/loginfo.pl:1.19 Mon May 1 14:54:02 2000
+++ CVSROOT/loginfo.pl Sun May 7 10:50:59 2000
@@ -222,7 +222,7 @@
 
 # send our email
 
-print "Mailing the commit email\n";
+print "Mailing the commit email to $mailto\n";
 
 #print $email;
 

-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: php-dev-unsubscribe <email protected>
For additional commands, e-mail: php-dev-help <email protected>
To contact the list administrators, e-mail: php-list-admin <email protected>