|
From: OryNider <ory...@us...> - 2008-03-08 15:27:57
|
Update of /cvsroot/mxbb/mx_pafiledb/pafiledb/includes In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv18254/pafiledb/includes Modified Files: Tag: core28x pafiledb_constants.php Log Message: update for new mx_mod 2.8.2 Index: pafiledb_constants.php =================================================================== RCS file: /cvsroot/mxbb/mx_pafiledb/pafiledb/includes/pafiledb_constants.php,v retrieving revision 1.20.2.1 retrieving revision 1.20.2.2 diff -C2 -d -r1.20.2.1 -r1.20.2.2 *** pafiledb_constants.php 28 Jan 2008 03:12:08 -0000 1.20.2.1 --- pafiledb_constants.php 8 Mar 2008 15:27:21 -0000 1.20.2.2 *************** *** 84,87 **** --- 84,94 ---- $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 |