remove use base Exporter;

no need to call import
This commit is contained in:
Milan
2020-03-08 11:37:30 +01:00
parent 7b565c6d9b
commit a769424a6e
36 changed files with 36 additions and 36 deletions

View File

@@ -12,7 +12,7 @@ use time();
# table: calcms_studio_timeslot_dates
# columns: id, studio_id, start(datetime), end(datetime)
# TODO: delete column schedule_id
use base 'Exporter';
#use base 'Exporter';
our @EXPORT_OK = qw(get_columns get insert update delete get_dates);
sub debug;