Update of /cvsroot/easymod/easymod2/mods/easymod/includes
In directory sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv5136/easymod/includes
Modified Files:
admin_easymod.php.txt
Log Message:
Bug fixes.
- append_sid() used in install now
- and some others
Index: admin_easymod.php.txt
===================================================================
RCS file: /cvsroot/easymod/easymod2/mods/easymod/includes/admin_easymod.php.txt,v
retrieving revision 1.47
retrieving revision 1.48
diff -C2 -d -r1.47 -r1.48
*** admin_easymod.php.txt 8 Jun 2006 04:08:08 -0000 1.47
--- admin_easymod.php.txt 30 Sep 2006 17:59:09 -0000 1.48
***************
*** 22,26 ****
// entries to be displayed in the ACP index
! if (!empty($setmodules))
{
if ( @file_exists($phpbb_root_path . 'language/lang_' . $board_config['default_lang'] . '/lang_easymod.' . $phpEx) )
--- 22,26 ----
// entries to be displayed in the ACP index
! if (defined('IN_PHPBB') && !empty($setmodules))
{
if ( @file_exists($phpbb_root_path . 'language/lang_' . $board_config['default_lang'] . '/lang_easymod.' . $phpEx) )
***************
*** 405,409 ****
function get_modx_properties($buffer, &$mod_title, &$mod_author_handle, &$mod_author_email, &$mod_author_name, &$mod_author_url, &$mod_description, &$mod_version, &$compliant)
{
! global $phpbb_root_path, $script_path,
}
--- 405,409 ----
function get_modx_properties($buffer, &$mod_title, &$mod_author_handle, &$mod_author_email, &$mod_author_name, &$mod_author_url, &$mod_description, &$mod_version, &$compliant)
{
! global $phpbb_root_path, $script_path;
}
|