From a60fa48142fe205a4ac3802336da83dff1242c5e Mon Sep 17 00:00:00 2001 From: ckonstanski Date: Sun, 10 May 2026 21:22:32 -0600 Subject: generalized About Us for Lessons and Gigs --- lisp/sql/generics.lisp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'lisp/sql/generics.lisp') diff --git a/lisp/sql/generics.lisp b/lisp/sql/generics.lisp index 48c50c7..fea632a 100644 --- a/lisp/sql/generics.lisp +++ b/lisp/sql/generics.lisp @@ -88,8 +88,9 @@ session.")) (:documentation "Creates a new user session and returns the sessionid.")) -(defgeneric get-about-us (record-pkg) - (:documentation "Gets the one and only general.about_us record.")) +(defgeneric get-about-us (record-pkg category) + (:documentation "Gets the one and only general.about_us record with the given +`category'.")) (defgeneric get-testimonials (record-pkg) (:documentation "Gets the one and only general.testimonials record.")) -- cgit v1.3