r7973: Automated commit for cl-modlisp debian-version-0.5.1-1
[cl-modlisp.git] / demo.lisp
index cbe5fa61d78dc54fa531aac1aefb6700557db7ba..f2f801a3252e08a1c34265624693a2f839ae94d1 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$
 ;;;; *************************************************************************
 
 (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)))