ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/lib/cf.pm
(Generate patch)

Comparing deliantra/server/lib/cf.pm (file contents):
Revision 1.65 by root, Tue Sep 12 22:18:55 2006 UTC vs.
Revision 1.66 by root, Tue Sep 12 22:43:31 2006 UTC

860 860
861=cut 861=cut
862 862
863{ 863{
864 my $db; 864 my $db;
865 my $path = cf::datadir . "/database.pst"; 865 my $path = cf::localdir . "/database.pst";
866 866
867 sub db_load() { 867 sub db_load() {
868 warn "loading database $path\n";#d# remove later 868 warn "loading database $path\n";#d# remove later
869 $db = stat $path ? Storable::retrieve $path : { }; 869 $db = stat $path ? Storable::retrieve $path : { };
870 } 870 }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines