Date: 08/12/99
- Next message: Andres K?tt: "RE: [PHP-DEV] How much load..."
- Previous message: Stig Bakken: "Re: [PHP-DEV] How much load..."
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
sas Thu Aug 12 08:12:31 1999 EDT
Modified files:
/CVSROOT loginfo.pl
Log:
add underscores where appropiate
Index: CVSROOT/loginfo.pl
diff -u CVSROOT/loginfo.pl:1.6 CVSROOT/loginfo.pl:1.7
--- CVSROOT/loginfo.pl:1.6 Tue Jul 20 18:04:08 1999
+++ CVSROOT/loginfo.pl Thu Aug 12 08:12:01 1999
@@ -156,7 +156,7 @@
while(<FD>) {
chop;
- /^([a-z]{2,}?)\s(.*)\s+([a-z0-9-\.]+@[a-z0-9-\.]+).*$/i;
+ /^([a-z_]{2,}?)\s(.*)\s+([a-z0-9-\._]+@[a-z0-9-\.]+).*$/i;
$handles{$1} = [trim($2), trim($3)] if($1 ne "");
}
-- 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>
- Next message: Andres K?tt: "RE: [PHP-DEV] How much load..."
- Previous message: Stig Bakken: "Re: [PHP-DEV] How much load..."
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

