From: Chris W. <la...@us...> - 2005-02-28 01:56:22
|
Update of /cvsroot/openinteract/OpenInteract2/pkg/comments/conf In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13608/conf Modified Files: action.ini Log Message: OIN-128: ensure lines don't get too long... Index: action.ini =================================================================== RCS file: /cvsroot/openinteract/OpenInteract2/pkg/comments/conf/action.ini,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** action.ini 28 Nov 2004 05:57:31 -0000 1.4 --- action.ini 28 Feb 2005 01:56:12 -0000 1.5 *************** *** 3,6 **** --- 3,7 ---- is_secure = yes task_default = list + max_ecode_line = 70 default_page_size = 25 default_cookie_name = comment_info |