/[BackupPC]/trunk/lib/BackupPC/SearchLib.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/BackupPC/SearchLib.pm

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

revision 123 by dpavlin, Mon Sep 19 11:07:31 2005 UTC revision 124 by dpavlin, Tue Sep 20 16:23:04 2005 UTC
# Line 374  sub displayBackupsGrid() Line 374  sub displayBackupsGrid()
374                                  if (e.checked)                                  if (e.checked)
375                                  {                                  {
376                                          var ret = e.name.match("fcb(.*)");                                          var ret = e.name.match("fcb(.*)");
377                                          suma += parseInt(eval("document.forma.fss"+ret[1]+".value"));                                          suma += parseInt(eval("document.forma.fss"+ret[1]+".value") || 0);
378                                                                                    
379                                  }                                  }
380                          }                          }

Legend:
Removed from v.123  
changed lines
  Added in v.124

  ViewVC Help
Powered by ViewVC 1.1.26