Changeset 645


Ignore:
Timestamp:
07/19/11 09:00:42 (14 years ago)
Author:
lgiessmann
Message:

trunk: fixed a bug in the json format when creating a storage overview

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified trunk/src/json/isidorus-json/json_tmcl.lisp ΒΆ

    r644 r645  
    17161716                   *topictype-constraint-psi*
    17171717                   *topictype-psi*))
    1718           (let ((lst (remove-null (make-nodes topictype t t :revision revision))))
    1719             (if lst (list lst) nil)))
     1718          (list (make-nodes topictype t t :revision revision)))
    17201719        (let ((tree-roots
    17211720               (get-all-tree-roots :revision revision)))
Note: See TracChangeset for help on using the changeset viewer.