Changeset 294


Ignore:
Timestamp:
Oct 1, 2017, 4:59:42 PM (7 years ago)
Author:
g7moreau
Message:
  • exportsw with switch db from switch database and not from config
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/klask

    r293 r294  
    28102810   my %db_building= ();
    28112811   my %db_switch_line = (); # Number of line drawed on a switch
    2812    for my $sw (@SWITCH_LIST) {
     2812   for my $sw (values %db_switch_global) {
    28132813      my ($building, $location) = split m/ \/ /xms, $sw->{'location'}, 2;
    28142814      $db_building{$building} ||= {};
Note: See TracChangeset for help on using the changeset viewer.