Update of /cvsroot/easymod/easymod2/mods/easymod
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6023/mods/easymod
Modified Files:
easymod_display_functions.php lang_easymod.php
Log Message:
- added support for the INCREMENT action
- a few other small changes
Index: easymod_display_functions.php
===================================================================
RCS file: /cvsroot/easymod/easymod2/mods/easymod/easymod_display_functions.php,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -d -r1.9 -r1.10
*** easymod_display_functions.php 5 Jun 2005 23:37:04 -0000 1.9
--- easymod_display_functions.php 8 Jun 2005 03:12:20 -0000 1.10
***************
*** 507,511 ****
$variables['EM_ftp_use_ext'] = $lang['EM_ftp_use_ext'] ;
$variables['EM_ftp_ext_not'] = $lang['EM_ftp_ext_not'] ;
! $variables['EM_ftp_use_cache'] = $lang['EM_ftp_cache']
$variables['EM_more_info'] = $lang['EM_more_info'];
--- 507,511 ----
$variables['EM_ftp_use_ext'] = $lang['EM_ftp_use_ext'] ;
$variables['EM_ftp_ext_not'] = $lang['EM_ftp_ext_not'] ;
! $variables['EM_ftp_use_cache'] = $lang['EM_ftp_cache'] ;
$variables['EM_more_info'] = $lang['EM_more_info'];
Index: lang_easymod.php
===================================================================
RCS file: /cvsroot/easymod/easymod2/mods/easymod/lang_easymod.php,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -d -r1.8 -r1.9
*** lang_easymod.php 5 Jun 2005 23:37:05 -0000 1.8
--- lang_easymod.php 8 Jun 2005 03:12:20 -0000 1.9
***************
*** 469,472 ****
--- 469,473 ----
$lang['EM_err_comm_find'] = 'FIND FAILED: No target supplied for FIND command in MOD script' ;
$lang['EM_err_inline_body'] = 'FAILED: Invalid command body supplied in MOD script' ;
+ $lang['EM_err_increment_body'] = 'FAILED: Invalid command body supplied in MOD script' ;
$lang['EM_err_no_ifind'] = 'FAILED: Malformed script. An IN-LINE FIND was not previously performed.' ;
$lang['EM_err_comm_copy'] = 'COPY FAILED: The target file to be copied [%s%s] could not be found.' ;
|