Date: 05/12/00
- Next message: diogo <email protected>: "[PHP-DEV] PHP 4.0 Bug #4425: number_format zeroes de decimals"
- Previous message: Andrei Zmievski: "[PHP-DEV] cvs: /CVSROOT loginfo.pl"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
andrei Fri May 12 15:56:23 2000 EDT
Modified files:
/CVSROOT loginfo.pl
Log:
Conform to Perl recommendations.
Index: CVSROOT/loginfo.pl
diff -u CVSROOT/loginfo.pl:1.28 CVSROOT/loginfo.pl:1.29
--- CVSROOT/loginfo.pl:1.28 Fri May 12 15:52:59 2000
+++ CVSROOT/loginfo.pl Fri May 12 15:56:23 2000
@@ -278,7 +278,7 @@
foreach my $file ( <email protected>) {
(my $dir = $file) =~ s#[^/]+$##;
$dir =~ s/^$module//;
- $file =~ s#^.+/(.+)$#\1#;
+ $file =~ s#^.+/(.+)$#$1#;
push @{ $dirfiles{$dir} }, $file;
}
return sort keys %dirfiles;
-- 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: diogo <email protected>: "[PHP-DEV] PHP 4.0 Bug #4425: number_format zeroes de decimals"
- Previous message: Andrei Zmievski: "[PHP-DEV] cvs: /CVSROOT loginfo.pl"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

