|
From: OryNider <ory...@us...> - 2007-09-27 16:11:05
|
Update of /cvsroot/mxbb/mx_smartor/docs In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv7933 Modified Files: Tag: core28x albuming.txt Log Message: Index: albuming.txt =================================================================== RCS file: /cvsroot/mxbb/mx_smartor/docs/albuming.txt,v retrieving revision 1.1.2.2 retrieving revision 1.1.2.3 diff -C2 -d -r1.1.2.2 -r1.1.2.3 *** albuming.txt 27 Sep 2007 00:30:33 -0000 1.1.2.2 --- albuming.txt 27 Sep 2007 16:10:56 -0000 1.1.2.3 *************** *** 29,32 **** --- 29,35 ---- # + // Replace 'mx_' with your table prefix! + $mx_table_prefix = !empty($mx_table_prefix) ? $mx_table_prefix : 'mx_'; + !defined('ALBUM_CONFIG_TABLE') ? define('ALBUM_CONFIG_TABLE', $mx_table_prefix.'smartor_album_config') : false; |