|
From: OryNider <ory...@us...> - 2008-03-10 05:56:47
|
Update of /cvsroot/mxbb/mx_pafiledb/pafiledb/includes In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv21431/mx_pafiledb/pafiledb/includes Modified Files: Tag: core28x pafiledb_constants.php Log Message: this is a fix. Index: pafiledb_constants.php =================================================================== RCS file: /cvsroot/mxbb/mx_pafiledb/pafiledb/includes/pafiledb_constants.php,v retrieving revision 1.20.2.2 retrieving revision 1.20.2.3 diff -C2 -d -r1.20.2.2 -r1.20.2.3 *** pafiledb_constants.php 8 Mar 2008 15:27:21 -0000 1.20.2.2 --- pafiledb_constants.php 10 Mar 2008 05:56:39 -0000 1.20.2.3 *************** *** 79,94 **** define( 'CHECKBOX', 5 ); ! if ( !MXBB_MODULE || MXBB_27x ) { - $pa_module_version = "pafileDB Download Manager v. 0.9.0"; - $pa_module_author = "Haplo/Jon"; - $pa_module_orig_author = "Mohd"; - if (!defined( 'IN_ADMIN' )) { ! $mx_user->set_module_cfg_name('pafiledb'); ! $mx_user->set_module_lang_path($module_root_path . 'pafiledb/'); $mx_user->extend(); ! } } else --- 79,97 ---- define( 'CHECKBOX', 5 ); ! if (!MXBB_MODULE) { if (!defined( 'IN_ADMIN' )) { ! $mx_user->set_module_cfg_name('linkdb'); ! $mx_user->set_module_lang_path($module_root_path . 'linkdb/'); $mx_user->extend(); ! } ! } ! ! if ( !MXBB_MODULE || MXBB_27x ) ! { ! $pa_module_version = "pafileDB Download Manager v. 0.9.0"; ! $pa_module_author = "Haplo/Jon"; ! $pa_module_orig_author = "Mohd"; } else |