changing haspermission() to require that user has ALL requiredflags, not ANYOF requir...
[koha_fer] / C4 / Scheduler.pm
index 3a608e0..e5dc560 100644 (file)
@@ -22,7 +22,6 @@ require Exporter;
 
 use vars qw($VERSION @ISA @EXPORT @EXPORT_OK %EXPORT_TAGS);
 use C4::Context;
-use Smart::Comments;
 use Schedule::At;
 # set the version for version checking
 $VERSION = 0.01;