r5318: *** empty log message ***
[cl-modlisp.git] / demo.lisp
index cbe5fa61d78dc54fa531aac1aefb6700557db7ba..d247b547a7405aa8c5bf4f68a21701a9c8172c9b 100644 (file)
--- a/demo.lisp
+++ b/demo.lisp
@@ -7,7 +7,7 @@
 ;;;; Programmer:    Kevin M. Rosenberg
 ;;;; Date Started:  Dec 2002
 ;;;;
-;;;; $Id: demo.lisp,v 1.3 2003/07/10 18:58:29 kevin Exp $
+;;;; $Id: demo.lisp,v 1.4 2003/07/16 20:40:43 kevin Exp $
 ;;;; *************************************************************************
 
 (in-package #:modlisp)
@@ -15,7 +15,7 @@
 
 (defun demo-modlisp-command-processor (command)
   "Sample function to process an modlisp command"
-  (let ((url (header-value command "url")))
+  (let ((url (header-value command :url)))
     (cond
       ((equal url "/fixed.lsp")
        (output-html-page (fixed-html-string)))