Changeset 455 for trunk/hotstuff/dxs

Show
Ignore:
Timestamp:
05/03/08 22:08:28 (4 years ago)
Author:
josef
Message:

- do away with hack which always forced the id for comments to be zero

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/hotstuff/dxs/DXS.pm

    r453 r455  
    187187 
    188188        my $id = $envelope->valueof("//GHNSComments/id"); 
    189 my $id = 0; 
    190189 
    191190        my $conn = DBI->connect("DBI:Pg:host=$dbhost;dbname=$dbname;user=$dbuser;password=$dbpass");