|
From: Jon O. <jon...@us...> - 2007-09-09 20:15:50
|
Update of /cvsroot/mxbb/mx_pafiledb/pafiledb In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv23161/pafiledb Modified Files: pafiledb_common.php Log Message: for 2.9.x Index: pafiledb_common.php =================================================================== RCS file: /cvsroot/mxbb/mx_pafiledb/pafiledb/pafiledb_common.php,v retrieving revision 1.19 retrieving revision 1.20 diff -C2 -d -r1.19 -r1.20 *** pafiledb_common.php 13 Aug 2006 19:44:46 -0000 1.19 --- pafiledb_common.php 9 Sep 2007 20:15:47 -0000 1.20 *************** *** 81,85 **** //include_once( $module_root_path . 'pafiledb/includes/functions_mx.' . $phpEx ); include_once( $module_root_path . 'pafiledb/includes/functions_pafiledb.' . $phpEx ); ! include_once( $module_root_path . 'pafiledb/includes/template.' . $phpEx ); // =================================================== --- 81,86 ---- //include_once( $module_root_path . 'pafiledb/includes/functions_mx.' . $phpEx ); include_once( $module_root_path . 'pafiledb/includes/functions_pafiledb.' . $phpEx ); ! //include_once( $module_root_path . 'pafiledb/includes/template.' . $phpEx ); ! // Removed old template class, display->pparse, ... // =================================================== *************** *** 99,104 **** } ! $pafiledb_template = new pafiledb_template(); ! $pafiledb_template->set_template( $theme['template_name'] ); $pafiledb_user = new mx_user_info(); --- 100,105 ---- } ! //$pafiledb_template = new pafiledb_template(); ! //$pafiledb_template->set_template( $theme['template_name'] ); $pafiledb_user = new mx_user_info(); |