@@ -371,11 +371,11 @@ (item-path (let ((ip (item-list->path itemdat))) (if (equal? ip "") "" (conc "/" ip)))) (runname (db:get-value-by-header (db:get-row run-info) (db:get-header run-info) "runname")) - (key-vals (get-key-vals db run-id)) + (key-vals (rdb:get-key-vals db run-id)) (key-str (string-intersperse key-vals "/")) (dfullp (conc disk-path "/" key-str "/" runname "/" testname item-path)) (toptest-path (conc disk-path "/" key-str "/" runname "/" testname)) (linktree (let ((rd (config-lookup *configdat* "setup" "linktree")))