|
From: FlorinCB <ory...@us...> - 2008-08-29 13:44:34
|
Update of /cvsroot/mxbb/mx_smartor/album_mod/includes In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv6662 Modified Files: album_constants.php Log Message: compatibility with core 2.8.x Index: album_constants.php =================================================================== RCS file: /cvsroot/mxbb/mx_smartor/album_mod/includes/album_constants.php,v retrieving revision 1.10 retrieving revision 1.11 diff -C2 -d -r1.10 -r1.11 *** album_constants.php 29 Aug 2008 05:58:23 -0000 1.10 --- album_constants.php 29 Aug 2008 13:44:31 -0000 1.11 *************** *** 72,75 **** --- 72,78 ---- } + //Teplate files extensions check compatibility with core 2.8.x + $tplEx = ($tplEx) ? $tplEx : 'tpl'; + // Album Tables !defined('ALBUM_TABLE') ? define('ALBUM_TABLE', $mx_table_prefix.'smartor_album') : false; |