|
From: Jon O. <jon...@us...> - 2008-07-08 22:06:13
|
Update of /cvsroot/mxbb/mx_bugsbt/bugsbt/cache In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv9721 Modified Files: data_global.php Log Message: Still updating/debugging generic core comments Index: data_global.php =================================================================== RCS file: /cvsroot/mxbb/mx_bugsbt/bugsbt/cache/data_global.php,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** data_global.php 9 Sep 2007 19:35:11 -0000 1.3 --- data_global.php 8 Jul 2008 22:06:04 -0000 1.4 *************** *** 1,2 **** ! <?php $this->vars=array('config'=>array('enable_module'=>'1','module_name'=>'BugsBT','wysiwyg_path'=>'modules/mx_shared/','formatting_wordwrap'=>'1','formatting_image_resize'=>'300','formatting_truncate_links'=>'1','allow_wysiwyg'=>'0','allow_html'=>'1','allow_bbcode'=>'1','allow_smilies'=>'1','allowed_html_tags'=>'b,i,u,a','allow_links'=>'1','allow_images'=>'0','no_image_message'=>'[No image please]','no_link_message'=>'[No links please]','max_subject_chars'=>'100','max_desc_chars'=>'500','max_chars'=>'0','sort_method'=>'Alphabetic','sort_order'=>'ASC','pagination'=>'10','stats_list'=>'1','header_banner'=>'0','use_simple_navigation'=>'1','cat_col'=>'2','settings_newdays'=>'5','use_comments'=>'1','internal_comments'=>'0','formatting_comment_wordwrap'=>'1','formatting_comment_image_resize'=>'300','formatting_comment_truncate_links'=>'1','max_comment_subject_chars'=>'50','max_comment_chars'=>'5000','allow_comment_wysiwyg'=>'0','allow_comment_html'=>'1','allow_comment_bbcode'=>'1','allow_comment_smilies'=>'1','allow_comment_links'=>'1','allow_comment_images'=>'0','no_comment_image_message'=>'[No image please]','no_comment_link_message'=>'[No links please]','allowed_comment_html_tags'=>'b,i,u,a','del_topic'=>'1','autogenerate_comments'=>'1','comments_pagination'=>'5','comments_forum_id'=>'2','show_pretext'=>'0','pt_header'=>'Article Submission Instructions','pt_body'=>'Please check your references and include as much information as you can.','notify'=>'0','notify_group'=>'0'),'ranks'=>array('0'=>array('rank_id'=>'1','rank_title'=>'Site Admin','rank_min'=>'-1','rank_special'=>'1','rank_image'=>''))); ! $this->vars_ts=array('config'=>1186348132,'ranks'=>1184184109) ?> \ No newline at end of file --- 1,2 ---- ! <?php $this->vars=array('config'=>array('enable_module'=>'1','module_name'=>'BugsBT','wysiwyg_path'=>'modules/mx_shared/','formatting_wordwrap'=>'1','formatting_image_resize'=>'300','formatting_truncate_links'=>'1','allow_wysiwyg'=>'0','allow_html'=>'1','allow_bbcode'=>'1','allow_smilies'=>'1','allowed_html_tags'=>'b,i,u,a','allow_links'=>'1','allow_images'=>'0','no_image_message'=>'[No image please]','no_link_message'=>'[No links please]','max_subject_chars'=>'100','max_desc_chars'=>'500','max_chars'=>'0','sort_method'=>'Alphabetic','sort_order'=>'ASC','pagination'=>'10','stats_list'=>'1','header_banner'=>'0','use_simple_navigation'=>'1','cat_col'=>'2','settings_newdays'=>'5','use_comments'=>'1','internal_comments'=>'1','formatting_comment_wordwrap'=>'1','formatting_comment_image_resize'=>'300','formatting_comment_truncate_links'=>'1','max_comment_subject_chars'=>'50','max_comment_chars'=>'5000','allow_comment_wysiwyg'=>'0','allow_comment_html'=>'1','allow_comment_bbcode'=>'1','allow_comment_smilies'=>'1','allow_comment_links'=>'1','allow_comment_images'=>'0','no_comment_image_message'=>'[No image please]','no_comment_link_message'=>'[No links please]','allowed_comment_html_tags'=>'b,i,u,a','del_topic'=>'0','autogenerate_comments'=>'1','comments_pagination'=>'5','comments_forum_id'=>'1','show_pretext'=>'0','pt_header'=>'Article Submission Instructions','pt_body'=>'Please check your references and include as much information as you can.','notify'=>'0','notify_group'=>'0'),'ranks'=>array('0'=>array('rank_id'=>'1','rank_title'=>'Site Admin','rank_min'=>'-1','rank_special'=>'1','rank_image'=>''))); ! $this->vars_ts=array('config'=>1215461906,'ranks'=>1184184109) ?> \ No newline at end of file |