|
From: Jon O. <jon...@us...> - 2008-07-15 22:08:36
|
Update of /cvsroot/mxbb/mx_slash/includes In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv27801 Modified Files: functions_news_post.php Log Message: More...of the same Index: functions_news_post.php =================================================================== RCS file: /cvsroot/mxbb/mx_slash/includes/functions_news_post.php,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** functions_news_post.php 8 Feb 2008 23:44:52 -0000 1.7 --- functions_news_post.php 15 Jul 2008 22:08:30 -0000 1.8 *************** *** 3,12 **** include_once('news_constants.php'); ! include_once($phpbb_root_path .'includes/functions_post.php'); ! ! include_once($phpbb_root_path . 'includes/functions_search.php'); ! ! ! --- 3,8 ---- include_once('news_constants.php'); ! mx_cache::load_file('functions_post'); ! mx_cache::load_file('functions_search'); |