[Easymod-cvs] easymod2/mods/easymod/em_includes em_functions.php,1.15,1.16
Status: Beta
Brought to you by:
wgeric
From: Markus P. <mar...@us...> - 2005-07-29 17:33:16
|
Update of /cvsroot/easymod/easymod2/mods/easymod/em_includes In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15980/mods/easymod/em_includes Modified Files: em_functions.php Log Message: Implementation of the following extensions: - Record Processed Files. - Restore Backups. - Delete MOD Record. Index: em_functions.php =================================================================== RCS file: /cvsroot/easymod/easymod2/mods/easymod/em_includes/em_functions.php,v retrieving revision 1.15 retrieving revision 1.16 diff -C2 -d -r1.15 -r1.16 *** em_functions.php 15 Jul 2005 05:21:21 -0000 1.15 --- em_functions.php 29 Jul 2005 17:33:08 -0000 1.16 *************** *** 30,33 **** --- 30,34 ---- // define the EM table; there is no need to add this to constants.php define('EASYMOD_TABLE', $table_prefix.'easymod'); + define('EASYMOD_PROCESSED_FILES_TABLE', $table_prefix.'easymod_processed_files'); define('OPEN_OK', 0); |