From a9430fb4eb0d874fad549a7a3b60316a3e19d2cd Mon Sep 17 00:00:00 2001 From: Derrell Lipman Date: Mon, 2 Oct 2006 20:44:19 +0000 Subject: r19052: clarify what actually does what (This used to be commit 0218a1798978f92491fbf88eaffbc3226b640b5e) --- jsonrpc/request.esp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/jsonrpc/request.esp b/jsonrpc/request.esp index d58a00069c..984ee4663e 100644 --- a/jsonrpc/request.esp +++ b/jsonrpc/request.esp @@ -13,8 +13,10 @@ * This is a simple JSON-RPC server. */ -/* Bring in the date class */ +/* Bring in the json format/parse functions */ jsonrpc_include("json.esp"); + +/* Bring in the date class */ jsonrpc_include("jsondate.esp"); /* bring the string functions into the global frame */ -- cgit