Changeset 337
- Timestamp:
- 03/10/2008 04:44:37 PM
- Files:
-
- trunk/script/vss2svn.pl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/script/vss2svn.pl
r334 r337 600 600 AND physname = ? 601 601 AND actiontype = ? 602 AND timestamp <= ? 602 603 EOSQL 603 604 604 605 my $sth = $gCfg{dbh}->prepare($sql); 605 $sth->execute( @{ $row }{qw(parentphys actiontype )} );606 $sth->execute( @{ $row }{qw(parentphys actiontype timestamp)} ); 606 607 607 608 $parents = $sth->fetchall_arrayref( {} );
