ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/ext/map-tags.ext
(Generate patch)

Comparing deliantra/server/ext/map-tags.ext (file contents):
Revision 1.27 by root, Wed May 5 23:23:29 2010 UTC vs.
Revision 1.28 by root, Fri Feb 3 03:01:45 2012 UTC

1#! perl # mandatory 1#! perl # mandatory
2 2
3our $SCHEDULE_INTERVAL = $cf::CFG{extractor_schedule_interval} || 3600; 3CONF SCHEDULE_INTERVAL : extractor_schedule_interval = 3600;
4 4
5use JSON::XS; 5use JSON::XS;
6 6
7our $db_mapinfo = cf::db_table "tag-mapinfo"; # info/cache for maps 7our $db_mapinfo = cf::db_table "tag-mapinfo"; # info/cache for maps
8our $db_target = cf::db_table "tag-target"; # tag => maps 8our $db_target = cf::db_table "tag-target"; # tag => maps

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines