Subj : CVS commit src/sbbs3/js_global.c To : All From : rswindell Date : Sun May 08 2005 09:55 pm src/sbbs3 js_global.c 1.143 1.144 Update of /cvsroot/sbbs/src/sbbs3 In directory cvs.synchro.net:/tmp/cvs-serv27124 Modified Files: js_global.c Log Message: Bugfix: a background-executed script (via load(true,...)) was not enqueueing the result of the last evaluated statement if it was "undefined" (many functions returned "undefined" on failure). .