|
From: Markus P. <mar...@us...> - 2005-03-21 21:31:59
|
Update of /cvsroot/mxbb/mx_kb/includes In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23835 Modified Files: kb_add.php kb_edit.php Log Message: Rolled back previous action (include_once phpbb/includes/functions_post.php, required by mx_generate_smilies). Not required since functions_post is already included_once by kb.php =:-o Index: kb_edit.php =================================================================== RCS file: /cvsroot/mxbb/mx_kb/includes/kb_edit.php,v retrieving revision 1.14 retrieving revision 1.15 diff -C2 -d -r1.14 -r1.15 *** kb_edit.php 21 Mar 2005 21:27:22 -0000 1.14 --- kb_edit.php 21 Mar 2005 21:31:47 -0000 1.15 *************** *** 25,30 **** } - include_once($phpbb_root_path . "includes/functions_post.$phpEx"); // required by mx_generate_smilies - $article_id = ( isset( $HTTP_GET_VARS['k'] ) ) ? intval ( $HTTP_GET_VARS['k'] ) : intval ( $HTTP_POST_VARS['k'] ); --- 25,28 ---- Index: kb_add.php =================================================================== RCS file: /cvsroot/mxbb/mx_kb/includes/kb_add.php,v retrieving revision 1.14 retrieving revision 1.15 diff -C2 -d -r1.14 -r1.15 *** kb_add.php 21 Mar 2005 21:27:21 -0000 1.14 --- kb_add.php 21 Mar 2005 21:31:47 -0000 1.15 *************** *** 25,30 **** } - include_once($phpbb_root_path . "includes/functions_post.$phpEx"); // required by mx_generate_smilies - $category_id = ( isset( $HTTP_GET_VARS['cat'] ) ) ? intval ( $HTTP_GET_VARS['cat'] ) : intval ( $HTTP_POST_VARS['cat'] ); --- 25,28 ---- |