* Mon Jun 09 2025 Jean-Philippe Pialasse <jpp@koozali.org> 11.0.0-87.sme
- add datetime getYear_list [SME: 13031] - use esmith::*DB::UTF8 to access db flat files [SME: 13027]
This commit is contained in:
@@ -5,11 +5,11 @@
|
||||
use strict;
|
||||
use warnings;
|
||||
|
||||
use esmith::ConfigDB;
|
||||
use esmith::ConfigDB::UTF8;
|
||||
|
||||
use constant WEBFUNCTIONS => '/usr/share/smanager/lib/SrvMngr/Controller/';
|
||||
|
||||
my $rtdb = esmith::ConfigDB->open('routes') or
|
||||
my $rtdb = esmith::ConfigDB::UTF8->open('routes') or
|
||||
die "Couldn't access Routes database\n";
|
||||
|
||||
my @routes = $rtdb->get_all_by_prop( type => 'route' );
|
||||
|
Reference in New Issue
Block a user