|
From: FlorinCB <ory...@us...> - 2008-08-29 05:58:56
|
Update of /cvsroot/mxbb/mx_smartor/album_mod In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv10881/album_mod Modified Files: album_common.php Log Message: Upgrade Index: album_common.php =================================================================== RCS file: /cvsroot/mxbb/mx_smartor/album_mod/album_common.php,v retrieving revision 1.27 retrieving revision 1.28 diff -C2 -d -r1.27 -r1.28 *** album_common.php 3 Jun 2008 20:14:59 -0000 1.27 --- album_common.php 29 Aug 2008 05:58:23 -0000 1.28 *************** *** 175,186 **** } - if (!isset($album_root_path) || empty($album_root_path)) - { - $album_root_path = $module_root_path . ALBUM_MOD_PATH . ''; - } - 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 --- 175,182 ---- } 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 *************** *** 205,209 **** 'SPACER' => $images['spacer'], ! 'CURRENT_TIME' => sprintf($lang['Current_time'], create_date2($board_config['default_dateformat'], time(), $board_config['board_timezone'])), 'THUMB_SIZE' => $thumb_size, --- 201,205 ---- 'SPACER' => $images['spacer'], ! 'CURRENT_TIME' => sprintf($lang['Current_time'], album_create_date($board_config['default_dateformat'], time(), $board_config['board_timezone'])), 'THUMB_SIZE' => $thumb_size, |