Code

Removed id from primkey field list.
authorjanw <janw@594d385d-05f5-0310-b6e9-bd551577e9d8>
Tue, 22 Apr 2008 09:12:18 +0000 (09:12 +0000)
committerjanw <janw@594d385d-05f5-0310-b6e9-bd551577e9d8>
Tue, 22 Apr 2008 09:12:18 +0000 (09:12 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@10609 594d385d-05f5-0310-b6e9-bd551577e9d8

gosa-si/modules/SIPackages.pm
gosa-si/server/events/clMessages.pm

index a46c34cfe04b458034c5657c57056fb90eed628e..3cfba19d85624fd3429bada1b6ec9ea49f4bce41 100644 (file)
@@ -871,10 +871,10 @@ sub hardware_config {
                &main::daemon_log("Host was not found in LDAP!", 1);
 
                # set status = hardware_detection at jobqueue if entry exists
-# TODO
+               # TODO
                # resolve plain name for host
                my $func_dic = {table=>$main::job_queue_tn,
-                               primkey=>['id'],
+                               primkey=>[],
                                timestamp=>&get_time,
                                status=>'processing',
                                result=>'none',
index c65c6f07ad1d6de5b9053a93f5e1ccc1bf8c1313..576fca207dfcbbdbc274c9efef6372221451b429 100644 (file)
@@ -360,7 +360,7 @@ sub TASKBEGIN {
                        # resolve plain name for host $macaddress
                        &main::daemon_log("$session_id DEBUG: add job to queue for host '$macaddress'", 7); 
                        my $func_dic = {table=>$main::job_queue_tn,
-                                       primkey=>['id'],
+                                       primkey=>[],
                                        timestamp=>&get_time,
                                        status=>'processing',
                                        result=>"$header $content",