summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: aa3e9ac)
raw | patch | inline | side by side (parent: aa3e9ac)
author | janw <janw@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 29 Apr 2008 09:24:02 +0000 (09:24 +0000) | ||
committer | janw <janw@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 29 Apr 2008 09:24:02 +0000 (09:24 +0000) |
Set template to '' if empty not none.
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@10718 594d385d-05f5-0310-b6e9-bd551577e9d8
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@10718 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 dbb8d0770618d1a2326fc2223d2cd4dddb510426..acc399fb8766c459e015ca9f88679cbafe0c8658 100755 (executable)
--- a/gosa-si/gosa-si-server
+++ b/gosa-si/gosa-si-server
# Use empty lines as a trigger
if ($line =~ /^\s*$/){
- my $sql = "INSERT INTO packages_list VALUES ('$dist', '$package', '$version', '$section', '', 'none', '$timestamp')";
+ my $sql = "INSERT INTO packages_list VALUES ('$dist', '$package', '$version', '$section', '$description', '', '$timestamp')";
push(@packages_list_statements, $sql);
$package = "none";
$version = "none";