/[Sack]/trunk/lib/Sack/Server.pm
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/lib/Sack/Server.pm

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

revision 268 by dpavlin, Thu Feb 4 22:36:05 2010 UTC revision 270 by dpavlin, Mon Feb 15 09:40:12 2010 UTC
# Line 307  while (1) { Line 307  while (1) {
307                                          ;                                          ;
308    
309                                  print $send qq|<h1>Nodes</h1>|;                                  print $send qq|<h1>Nodes</h1>|;
310                                  foreach my $node ( keys %{ $info->{forked} } ) {                                  foreach my $node ( sort keys %{ $info->{forked} } ) {
311                                          my $attr = '';                                          my $attr = '';
312                                          if ( my $pending = $info->{pending}->{$node} ) {                                          if ( my $pending = $info->{pending}->{$node} ) {
313                                                  $attr .= qq| class="$pending"|;                                                  $attr .= qq| class="$pending"|;

Legend:
Removed from v.268  
changed lines
  Added in v.270

  ViewVC Help
Powered by ViewVC 1.1.26