cvs: SVNROOT / commit-email.php

[email protected] ("Gwynne Raskind") Sat, 20 Dec 2008 19:27:54 -0000
Newsgroups svn.migration
Message-ID <cvsgwynne1229801274@cvsserver>
gwynne		Sat Dec 20 19:27:54 2008 UTC

  Modified files:              
    /SVNROOT	commit-email.php 
  Log:
  oops... forgot en
  
http://cvs.php.net/viewvc.cgi/SVNROOT/commit-email.php?r1=1.9&r2=1.10&diff_format=u
Index: SVNROOT/commit-email.php
diff -u SVNROOT/commit-email.php:1.9 SVNROOT/commit-email.php:1.10
--- SVNROOT/commit-email.php:1.9	Sat Dec 20 19:24:18 2008
+++ SVNROOT/commit-email.php	Sat Dec 20 19:27:54 2008
@@ -7,7 +7,7 @@
 
 // -----------------------------------------------------------------------------------------------------------------------------
 // Constants
-$version = substr('$Revision: 1.9 $', strlen('$Revision: '), -2);
+$version = substr('$Revision: 1.10 $', strlen('$Revision: '), -2);
 $smtp_server = '127.0.0.1';
 $commit_email_list = array(
     // FastCGI ISAPI
@@ -31,6 +31,7 @@
     
     // phpdoc
     '|^phpdoc/doc-base|' => array('[email protected]'),
+	'|^phpdoc/en|' => array('[email protected]'),
 	'|^phpdoc/ar|' => array('[email protected]'),
 	'|^phpdoc/bg|' => array('[email protected]'),
 	'|^phpdoc/ca|' => array('[email protected]'),