/[rserv]/share/RServ.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 /share/RServ.pm

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

revision 1.3 by dpavlin, Tue Aug 5 21:10:44 2003 UTC revision 1.4 by dpavlin, Wed Aug 6 00:28:29 2003 UTC
# Line 110  sub PrepareSnapshot Line 110  sub PrepareSnapshot
110      my @lastsync = $result->fetchrow;      my @lastsync = $result->fetchrow;
111            
112      my $sinfo = "";      my $sinfo = "";
113      if ($lastsync[3] ne '')     # sync info      if (@lastsync && $lastsync[3] ne '')        # sync info
114      {      {
115          $sinfo = "and (l.logid >= $lastsync[3]";          $sinfo = "and (l.logid >= $lastsync[3]";
116          $sinfo .= " or l.logid in ($lastsync[4])" if $lastsync[4] ne '';          $sinfo .= " or l.logid in ($lastsync[4])" if $lastsync[4] ne '';

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

  ViewVC Help
Powered by ViewVC 1.1.26