From: janw Date: Wed, 27 Feb 2008 07:58:37 +0000 (+0000) Subject: Initialize string. X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=92031d05cadd0b391beb60d9fc0ecb1b96a98888;p=gosa.git Initialize string. git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@9144 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/gosa-si/modules/DBsqlite.pm b/gosa-si/modules/DBsqlite.pm index 2bd073d7a..60a3b0bbc 100644 --- a/gosa-si/modules/DBsqlite.pm +++ b/gosa-si/modules/DBsqlite.pm @@ -103,7 +103,7 @@ sub add_dbentry { 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) {