summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 9e01d19)
raw | patch | inline | side by side (parent: 9e01d19)
author | opensides <opensides@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Sun, 30 May 2010 18:31:18 +0000 (18:31 +0000) | ||
committer | opensides <opensides@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Sun, 30 May 2010 18:31:18 +0000 (18:31 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@18799 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-si/server/events/logHandling.pm | patch | blob | history |
index 23c60b322968a125698f4e14660211a2e155775e..9e1f38cd999c7d774973743ecc06d7f5fd4dd7ee 100644 (file)
# read log file
my $log_content;
- open(my $FILE, "<", "$act_log_file");
+ open(my $FILE, "<$act_log_file");
my @log_lines = <$FILE>;
close($FILE);