Diff for /db/prgsrc/updatem.pl between versions 1.2 and 1.3

version 1.2, 2000/10/17 01:47:34 version 1.3, 2000/10/17 01:53:44
Line 61  MAIN: Line 61  MAIN:
                         (Title, ParentId, MetaId, Type)                           (Title, ParentId, MetaId, Type) 
                         VALUES ($title, $ParentId, $MetaId, 'ç')");                          VALUES ($title, $ParentId, $MetaId, 'ç')");
                 $sth->execute;                  $sth->execute;
                 my $Id = $sth->{'insertid'};                  my $Id = $sth->{'mysql_insertid'};
                 $depthId[$depth] = $Id;                  $depthId[$depth] = $Id;
         }          }
         $dbh->disconnect;          $dbh->disconnect;

Removed from v.1.2  
changed lines
  Added in v.1.3


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>