projects
/
kivitendo-erp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1f96f65
)
Suche einschraenken auf .sql am Ende (\x)
author
Udo Spallek
<info@wissensvermittlung.com>
Wed, 31 Jan 2007 16:54:52 +0000
(16:54 +0000)
committer
Udo Spallek
<info@wissensvermittlung.com>
Wed, 31 Jan 2007 16:54:52 +0000
(16:54 +0000)
bin/mozilla/admin.pl
patch
|
blob
|
history
diff --git
a/bin/mozilla/admin.pl
b/bin/mozilla/admin.pl
index
86d6601
..
5db53d0
100644
(file)
--- a/
bin/mozilla/admin.pl
+++ b/
bin/mozilla/admin.pl
@@
-1467,7
+1467,7
@@
sub create_dataset {
}
opendir SQLDIR, "sql/." or $form - error($!);
- foreach $item (sort grep /-chart\.sql/, readdir SQLDIR) {
+ foreach $item (sort grep /-chart\.sql
\z
/, readdir SQLDIR) {
next if ($item eq 'Default-chart.sql');
$item =~ s/-chart\.sql//;
push @charts,