summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 06d1731)
raw | patch | inline | side by side (parent: 06d1731)
author | janw <janw@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Mon, 21 Apr 2008 12:38:52 +0000 (12:38 +0000) | ||
committer | janw <janw@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Mon, 21 Apr 2008 12:38:52 +0000 (12:38 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@10587 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-si/modules/DBsqlite.pm | patch | blob | history |
index d16f8cdb78388e027b0a763bcf6cc0110e5b2762..ddf709af00d54e9019dcb9433973115021e89706 100644 (file)
}
my $sql_statement = "INSERT INTO $table (".join(", ", @col_list).") VALUES (".join(", ", @val_list).")";
- &main::daemon_log("DEBUG: $sql_statement", 7);
my $db_res;
eval {
$db_res = $self->{dbh}->do($sql_statement);