add event creation batch, lib changes for past changes
This commit is contained in:
@@ -364,6 +364,13 @@ sub getInternalPath{
|
||||
return $path;
|
||||
}
|
||||
|
||||
sub normalizeName{
|
||||
my $name = shift;
|
||||
return undef unless defined $name;
|
||||
$name =~s/.*\///g;
|
||||
return $name;
|
||||
}
|
||||
|
||||
sub readFile{
|
||||
my $path=shift;
|
||||
my $content='';
|
||||
|
||||
Reference in New Issue
Block a user