From f246c3c7b48792a869cb1bae0637a2f00a0920bd Mon Sep 17 00:00:00 2001 From: "Kevin M. Rosenberg" Date: Thu, 6 May 2004 00:36:09 +0000 Subject: [PATCH] r9259: fix typo in var name --- sql/objects.lisp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sql/objects.lisp b/sql/objects.lisp index 18444be..6b2fb4b 100644 --- a/sql/objects.lisp +++ b/sql/objects.lisp @@ -783,7 +783,7 @@ superclass of the newly-defined View Class." :where jq))))))) (defun update-object-joins (objects &key (slots t) (force-p t) - class-name (max-len *default-update-objects-max-len)) + class-name (max-len *default-update-objects-max-len*)) "Updates the remote join slots, that is those slots defined without :retrieval :immediate." (when objects (unless class-name -- 2.34.1