|
From: Jon O. <jon...@us...> - 2007-09-09 20:15:52
|
Update of /cvsroot/mxbb/mx_pafiledb In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv23161 Modified Files: dload.php dload_lists.php dload_mini.php dload_quickdl.php Log Message: for 2.9.x Index: dload_mini.php =================================================================== RCS file: /cvsroot/mxbb/mx_pafiledb/dload_mini.php,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** dload_mini.php 13 Aug 2006 19:44:45 -0000 1.2 --- dload_mini.php 9 Sep 2007 20:15:46 -0000 1.3 *************** *** 47,51 **** // =================================================== include_once( $module_root_path . 'pafiledb/pafiledb_common.' . $phpEx ); ! $pafiledb_template->destroy(); // =================================================== --- 47,51 ---- // =================================================== include_once( $module_root_path . 'pafiledb/pafiledb_common.' . $phpEx ); ! //$pafiledb_template->destroy(); // =================================================== Index: dload_lists.php =================================================================== RCS file: /cvsroot/mxbb/mx_pafiledb/dload_lists.php,v retrieving revision 1.24 retrieving revision 1.25 diff -C2 -d -r1.24 -r1.25 *** dload_lists.php 13 Aug 2006 19:44:45 -0000 1.24 --- dload_lists.php 9 Sep 2007 20:15:46 -0000 1.25 *************** *** 50,54 **** // =================================================== include_once( $module_root_path . 'pafiledb/pafiledb_common.' . $phpEx ); ! $pafiledb_template->destroy(); // =================================================== --- 50,54 ---- // =================================================== include_once( $module_root_path . 'pafiledb/pafiledb_common.' . $phpEx ); ! //$pafiledb_template->destroy(); // =================================================== Index: dload.php =================================================================== RCS file: /cvsroot/mxbb/mx_pafiledb/dload.php,v retrieving revision 1.23 retrieving revision 1.24 diff -C2 -d -r1.23 -r1.24 *** dload.php 13 Aug 2006 19:44:45 -0000 1.23 --- dload.php 9 Sep 2007 20:15:46 -0000 1.24 *************** *** 99,103 **** // =================================================== include_once( $module_root_path . 'pafiledb/pafiledb_common.' . $phpEx ); ! $pafiledb_template->destroy(); // =================================================== --- 99,103 ---- // =================================================== include_once( $module_root_path . 'pafiledb/pafiledb_common.' . $phpEx ); ! //$pafiledb_template->destroy(); // =================================================== Index: dload_quickdl.php =================================================================== RCS file: /cvsroot/mxbb/mx_pafiledb/dload_quickdl.php,v retrieving revision 1.14 retrieving revision 1.15 diff -C2 -d -r1.14 -r1.15 *** dload_quickdl.php 13 Aug 2006 19:44:45 -0000 1.14 --- dload_quickdl.php 9 Sep 2007 20:15:47 -0000 1.15 *************** *** 47,51 **** // =================================================== include_once( $module_root_path . 'pafiledb/pafiledb_common.' . $phpEx ); ! $pafiledb_template->destroy(); // =================================================== --- 47,51 ---- // =================================================== include_once( $module_root_path . 'pafiledb/pafiledb_common.' . $phpEx ); ! //$pafiledb_template->destroy(); // =================================================== |