summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: ed8347a)
raw | patch | inline | side by side (parent: ed8347a)
author | janw <janw@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Thu, 24 Apr 2008 08:17:23 +0000 (08:17 +0000) | ||
committer | janw <janw@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Thu, 24 Apr 2008 08:17:23 +0000 (08:17 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@10665 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-si/gosa-si-server | patch | blob | history |
diff --git a/gosa-si/gosa-si-server b/gosa-si/gosa-si-server
index 18c9dbc1eea70d31e82b54a0cbe173c8903dadb6..f389e5f4370c86586bfc0c1c83e0e9b0261037a6 100755 (executable)
--- a/gosa-si/gosa-si-server
+++ b/gosa-si/gosa-si-server
daemon_log("$session_id INFO: create_packages_list_db: start", 5);
# set packages_list_under_construction to true
system("touch $packages_list_under_construction");
- @packages_list_statements=undef;
+ @packages_list_statements=();
}
if (not defined $session_id) { $session_id = 0; }