Subj : CVS commit src/sbbs3/js_file_area.c js_msg_area.c js_xtrn_area.c To : All From : rswindell Date : Fri Dec 17 2004 04:15 pm src/sbbs3 js_file_area.c 1.36 1.37 js_msg_area.c 1.45 1.46 js_xtrn_area.c 1.16 1.17 Update of /cvsroot/sbbs/src/sbbs3 In directory cvs.synchro.net:/tmp/cvs-serv14951 Modified Files: js_file_area.c js_msg_area.c js_xtrn_area.c Log Message: Change to *_area objects: associative arrays now contain *all* such configured items (regardless what the user has "access" to), while the _list arrays continue to only contain items the current user has access to. Script writers using the associative arrays can check the "index" property to verify the user has access to the item in question (a value of -1 indicates the item is not in one of the _list arrays because the user has no access). .