[bknr-cvs] ksprotte changed trunk/projects/bos/web/poi-handlers.lisp

BKNR Commits bknr at bknr.net
Tue Sep 2 09:14:28 UTC 2008


Revision: 3767
Author: ksprotte
URL: http://bknr.net/trac/changeset/3767

avoiding a Java-script error when loading the sat-app, by defaulting
sponsor-country to "de" instead of NIL

U   trunk/projects/bos/web/poi-handlers.lisp

Modified: trunk/projects/bos/web/poi-handlers.lisp
===================================================================
--- trunk/projects/bos/web/poi-handlers.lisp	2008-09-02 08:37:24 UTC (rev 3766)
+++ trunk/projects/bos/web/poi-handlers.lisp	2008-09-02 09:14:28 UTC (rev 3767)
@@ -341,7 +341,7 @@
           (store-object-id contract)
           (format-date-time (contract-date contract) :js-style t)
           (or (user-full-name (contract-sponsor contract)) "anonymous")
-          (sponsor-country (contract-sponsor contract))
+          (or (sponsor-country (contract-sponsor contract)) "de")
           (length (contract-m2s contract))))
 
 (defmethod handle ((handler poi-javascript-handler))




More information about the Bknr-cvs mailing list