Changeset 3654

Show
Ignore:
Timestamp:
07/28/08 13:35:12 (4 months ago)
Author:
ksprotte
Message:

some corrections in the order of website handler-definitions

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/projects/bos/web/webserver.lisp

    r3653 r3654  
    158158  (make-instance 'bos-website 
    159159                 :name "create-rainforest.org CMS" 
    160                  :handler-definitions `(("/edit-poi" edit-poi-handler) 
    161                                         ("/edit-poi-image" edit-poi-image-handler) 
     160                 :handler-definitions `(("/edit-poi-image" edit-poi-image-handler) 
     161                                        ("/edit-poi" edit-poi-handler)                                   
    162162                                        ("/edit-sponsor" edit-sponsor-handler) 
    163163                                        ("/kml-upload" kml-upload-handler) 
     
    185185                                        ("/sponsor-login" sponsor-login-handler) 
    186186                                        ("/create-allocation-area" create-allocation-area-handler) 
    187                                         ("/allocation-area" allocation-area-handler) 
    188187                                        ("/allocation-area-gfx" allocation-area-gfx-handler) 
     188                                        ("/allocation-area" allocation-area-handler)                                     
    189189                                        ("/allocation-cache" allocation-cache-handler) 
    190190                                        ("/certificate" certificate-handler)