/[useradm]/otvori_nove+db
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 /otvori_nove+db

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

revision 1.7 by dpavlin, Wed May 31 13:57:49 2000 UTC revision 1.8 by dpavlin, Thu Jul 13 08:04:42 2000 UTC
# Line 262  $dbh->do("insert into last_open values ( Line 262  $dbh->do("insert into last_open values (
262  close(NPASSWD);  close(NPASSWD);
263  close(NALIAS);  close(NALIAS);
264    
265  undef $sth,$sth2;  $sth->finish;
266    undef $sth;
267    if (defined($sth2)) {
268            $sth2->finish;
269            undef $sth2;
270    }
271  $dbh->disconnect;  $dbh->disconnect;
272    
273  system "mv /etc/passwd passwd.orig" if (! $debug);  system "mv /etc/passwd passwd.orig" if (! $debug);

Legend:
Removed from v.1.7  
changed lines
  Added in v.1.8

  ViewVC Help
Powered by ViewVC 1.1.26