summaryrefslogtreecommitdiffstats
path: root/config-db/slxconfig
diff options
context:
space:
mode:
authorOliver Tappe2008-01-07 16:43:52 +0100
committerOliver Tappe2008-01-07 16:43:52 +0100
commite8a90853c2079e3da04b0f130846c535571fd0fa (patch)
tree0aef4a487136cc9113fbed7d9a5f0db58ab189c0 /config-db/slxconfig
parent* changed (and hopefully improved) fix for locale-problems that (diff)
downloadcore-e8a90853c2079e3da04b0f130846c535571fd0fa.tar.gz
core-e8a90853c2079e3da04b0f130846c535571fd0fa.tar.xz
core-e8a90853c2079e3da04b0f130846c535571fd0fa.zip
* fixed several smaller bugs found when testing slxexport
git-svn-id: http://svn.openslx.org/svn/openslx/trunk@1446 95ad53e4-c205-0410-b2fa-d234c58c8868
Diffstat (limited to 'config-db/slxconfig')
-rwxr-xr-xconfig-db/slxconfig1
1 files changed, 0 insertions, 1 deletions
diff --git a/config-db/slxconfig b/config-db/slxconfig
index ce2a203c..fd145fd8 100755
--- a/config-db/slxconfig
+++ b/config-db/slxconfig
@@ -914,7 +914,6 @@ sub addSystemToConfigDB
my $systemConfigPath =
"$openslxConfig{'private-path'}/config/$systemName/default";
if (!-e $systemConfigPath) {
-
# create the default (empty) config folders for this system:
createConfigFolderForSystem($systemName);
}