|
From: OryNider <ory...@us...> - 2008-01-15 11:02:27
|
Update of /cvsroot/mxbb/mx_smartor/includes In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv29026/includes Modified Files: album_showpage.php Log Message: Index: album_showpage.php =================================================================== RCS file: /cvsroot/mxbb/mx_smartor/includes/album_showpage.php,v retrieving revision 1.14 retrieving revision 1.15 diff -C2 -d -r1.14 -r1.15 *** album_showpage.php 5 Oct 2007 11:09:44 -0000 1.14 --- album_showpage.php 15 Jan 2008 11:02:17 -0000 1.15 *************** *** 18,25 **** if ( $mode == 'smilies' ) { ! include_once($phpbb_root_path . 'includes/functions_post.'.$phpEx); ! ! smartor_generate_smilies('window', PAGE_POSTING); ! exit; } --- 18,25 ---- if ( $mode == 'smilies' ) { ! include_once($phpbb_root_path . 'includes/functions_post.'.$phpEx); ! ! smartor_generate_smilies('window', PAGE_POSTING); ! exit; } *************** *** 57,64 **** } ! if( !function_exists('smilies_pass') ) ! { ! include_once($phpbb_root_path . 'includes/bbcode.' . $phpEx); ! } // ------------------------------------ --- 57,64 ---- } ! if( !function_exists('smilies_pass')) ! { ! include_once($phpbb_root_path . 'includes/bbcode.'.$phpEx); ! } // ------------------------------------ |