ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/Deliantra-Client/DC.pm
(Generate patch)

Comparing deliantra/Deliantra-Client/DC.pm (file contents):
Revision 1.50 by root, Thu May 11 23:41:45 2006 UTC vs.
Revision 1.51 by root, Sun May 14 20:51:19 2006 UTC

117 new CFClient::Database 117 new CFClient::Database
118 -Env => $DB_ENV, 118 -Env => $DB_ENV,
119 -Filename => $table, 119 -Filename => $table,
120# -Filename => "database", 120# -Filename => "database",
121# -Subname => $table, 121# -Subname => $table,
122 -Property => DB_CHKSUM,
122 -Flags => DB_CREATE | DB_UPGRADE, 123 -Flags => DB_CREATE | DB_UPGRADE,
123 or die "unable to create/open database table $_[0]: $BerkeleyDB::Error"; 124 or die "unable to create/open database table $_[0]: $BerkeleyDB::Error";
124} 125}
125 126
126package CFClient::Database; 127package CFClient::Database;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines