Update of /cvsroot/mxbb/mx_smartor/album_mod In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv12568/album_mod Modified Files: album_bbconstants.php album_common.php Removed Files: album_acp_functions.php album_bbcode.php album_constants.php album_exif_info.php album_functions.php album_hierarchy_auth.php album_hierarchy_debug.php album_hierarchy_functions.php album_hierarchy_sql.php album_image_class.php album_integration.php album_nuffimage_box.php clown_album_functions.php Log Message: upgrade to 2.0.1 gold --- album_constants.php DELETED --- --- album_hierarchy_functions.php DELETED --- --- album_hierarchy_sql.php DELETED --- Index: album_bbconstants.php =================================================================== RCS file: /cvsroot/mxbb/mx_smartor/album_mod/album_bbconstants.php,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** album_bbconstants.php 6 Mar 2008 06:43:47 -0000 1.8 --- album_bbconstants.php 13 Mar 2008 03:43:42 -0000 1.9 *************** *** 40,44 **** if (!function_exists('this_smartor_mxurl')) { ! function this_smartor_mxurl($args = '', $force_standalone_mode = false) { global $mx_root_path, $module_root_path, $page_id, $album_index, $phpEx, $integration_enabled; --- 40,44 ---- if (!function_exists('this_smartor_mxurl')) { ! function this_smartor_mxurl($args = '', $force_standalone_mode = '') { global $mx_root_path, $module_root_path, $page_id, $album_index, $phpEx, $integration_enabled; --- album_acp_functions.php DELETED --- --- album_functions.php DELETED --- --- album_exif_info.php DELETED --- --- album_hierarchy_auth.php DELETED --- Index: album_common.php =================================================================== RCS file: /cvsroot/mxbb/mx_smartor/album_mod/album_common.php,v retrieving revision 1.23 retrieving revision 1.24 diff -C2 -d -r1.23 -r1.24 *** album_common.php 6 Mar 2008 06:43:47 -0000 1.23 --- album_common.php 13 Mar 2008 03:43:42 -0000 1.24 *************** *** 24,35 **** } ! include_once($album_root_path . 'album_constants.'.$phpEx); ! ! ! // ********************************************************************** ! // Read main language definition and theme images definition ! // ********************************************************************** ! $mx_user->set_module_default_style('_core'); // For compatibility with core 2.8.x ! $mx_user->extend(MX_LANG_MAIN, MX_IMAGES); // Cache settings --- 24,28 ---- } ! include_once($album_root_path . 'includes/album_constants.'.$phpEx); // Cache settings *************** *** 187,193 **** } ! include_once($album_root_path . 'album_integration.' . $phpEx); ! include_once($album_root_path . 'album_functions.' . $phpEx); ! include_once($album_root_path . 'clown_album_functions.' . $phpEx); // // Set ALBUM Version --- 180,186 ---- } ! include_once($album_root_path . 'includes/album_integration.' . $phpEx); ! include_once($album_root_path . 'includes/album_functions.' . $phpEx); ! include_once($album_root_path . 'includes/clown_album_functions.' . $phpEx); // // Set ALBUM Version *************** *** 261,268 **** if ($album_config['album_bbcode'] == 1) { ! include_once($album_root_path . 'album_bbcode.' . $phpEx); } ! include_once($album_root_path . 'album_hierarchy_functions.' . $phpEx); ?> \ No newline at end of file --- 254,261 ---- if ($album_config['album_bbcode'] == 1) { ! include_once($album_root_path . 'includes/album_bbcode.' . $phpEx); } ! include_once($album_root_path . 'includes/album_hierarchy_functions.' . $phpEx); ?> \ No newline at end of file --- album_image_class.php DELETED --- --- album_integration.php DELETED --- --- clown_album_functions.php DELETED --- --- album_bbcode.php DELETED --- --- album_hierarchy_debug.php DELETED --- --- album_nuffimage_box.php DELETED --- |