r3461: *** empty log message ***
[hyperobject.git] / no-mop-example.lisp
index 414acf1529b9be13b9449890b155540291c893d9..88d5a8819aaef83f9926d00310b806056a63648e 100644 (file)
@@ -11,7 +11,7 @@
 ;;;; in Text, HTML, and XML formats. This includes hyperlinking
 ;;;; capability and sub-objects.
 ;;;;
-;;;; $Id: no-mop-example.lisp,v 1.2 2002/11/22 19:48:49 kevin Exp $
+;;;; $Id: no-mop-example.lisp,v 1.3 2002/11/23 18:41:45 kevin Exp $
 ;;;;
 ;;;; This file is Copyright (c) 2000-2002 by Kevin M. Rosenberg
 ;;;;
@@ -22,7 +22,7 @@
 (define-hyperobject person ()
   ((first-name :type string :reference find-person-by-last-name)
    (last-name :type string)
-   (dob :type integer :initform 0 :format-func format-date)
+   (dob :type integer :initform 0 :print-formatter format-date)
    (resume :type cdata)
    (addresses :subobject t))
   (:title "Person")