summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 8c4dd45)
raw | patch | inline | side by side (parent: 8c4dd45)
author | janw <janw@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 27 Feb 2008 07:58:37 +0000 (07:58 +0000) | ||
committer | janw <janw@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 27 Feb 2008 07:58:37 +0000 (07:58 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@9144 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-si/modules/DBsqlite.pm | patch | blob | history |
index 2bd073d7a12db7da6041fcad6c355057be4425c0..60a3b0bbc66733883d34e97cb04406e3bac9ecad 100644 (file)
return (2, "a hash key 'primkey' with at least an empty list as value is necessary for add_dbentry");
}
my $primkeys = $arg->{'primkey'};
- my $prim_statement;
+ my $prim_statement="";
if( 0 != @$primkeys ) {
my @prim_list;
foreach my $primkey (@$primkeys) {