summaryrefslogtreecommitdiff
path: root/lisp/sql/general-pkg.lisp
diff options
context:
space:
mode:
authorckonstanski <kostcarl@isu.edu>2026-05-10 21:22:32 -0600
committerckonstanski <kostcarl@isu.edu>2026-05-10 21:22:32 -0600
commita60fa48142fe205a4ac3802336da83dff1242c5e (patch)
treeda50a28c3abc1959724038b0bd80f48d3c2615a0 /lisp/sql/general-pkg.lisp
parenta90d9f82753b4269d449c0efc40a47e976b7b953 (diff)
generalized About Us for Lessons and Gigs
Diffstat (limited to 'lisp/sql/general-pkg.lisp')
-rw-r--r--lisp/sql/general-pkg.lisp4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/sql/general-pkg.lisp b/lisp/sql/general-pkg.lisp
index 571bec6..b48ded5 100644
--- a/lisp/sql/general-pkg.lisp
+++ b/lisp/sql/general-pkg.lisp
@@ -7,8 +7,8 @@
()
(:documentation ""))
-(defmethod get-about-us ((general-pkg general-pkg))
- (get-record general-pkg (make-instance 'about-us)))
+(defmethod get-about-us ((general-pkg general-pkg) category)
+ (get-record general-pkg (make-instance 'about-us :category category)))
(defmethod get-testimonials ((general-pkg general-pkg))
(get-record general-pkg (make-instance 'testimonials)))