/[BackupPC]/trunk/bin/BackupPC_xls_report
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /trunk/bin/BackupPC_xls_report

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 43 by dpavlin, Fri Aug 19 22:12:56 2005 UTC revision 68 by dpavlin, Mon Aug 22 09:46:57 2005 UTC
# Line 67  my $TopDir = $bpc->TopDir(); Line 67  my $TopDir = $bpc->TopDir();
67    
68  my $hosts = $bpc->HostInfoRead();  my $hosts = $bpc->HostInfoRead();
69    
70  foreach my $host_key (keys %{$hosts}) {  foreach my $host_key (sort keys %{$hosts}) {
71    
72          my $hostname = $hosts->{$host_key}->{'host'} || die "can't find host for $host_key";          my $hostname = $hosts->{$host_key}->{'host'} || die "can't find host for $host_key";
73    

Legend:
Removed from v.43  
changed lines
  Added in v.68

  ViewVC Help
Powered by ViewVC 1.1.26