1
0
mirror of https://github.com/e107inc/e107.git synced 2025-09-08 21:30:54 +02:00

Support backticks in db checking, comments in db definition files, other minor tweaks

This commit is contained in:
e107steved
2009-11-20 22:23:02 +00:00
parent 2e635fd3b4
commit 3d28c5a88b
7 changed files with 95 additions and 69 deletions

View File

@@ -1,6 +1,6 @@
<?php
// e107 Language File.
// $Id: lan_log_messages.php,v 1.38 2009-09-25 20:20:23 secretr Exp $
// $Id: lan_log_messages.php,v 1.39 2009-11-20 22:23:02 e107steved Exp $
/*
The definitions in this file are for standard 'explanatory' messages which might be entered
@@ -339,7 +339,7 @@ define('LAN_AL_MAIL_01', 'Test email sent');
define('LAN_AL_MAIL_02', 'Mailshot created');
define('LAN_AL_MAIL_03', 'Mail settings updated');
define('LAN_AL_MAIL_04', 'Mailshot details deleted');
define('LAN_AL_MAIL_05', 'Delete orphaned emails');
define('LAN_AL_MAIL_05', 'Mail Database tidy');
define('LAN_AL_MAIL_06', '');
define('LAN_AL_MAIL_07', '');

View File

@@ -9,8 +9,8 @@
* Administration - Site Maintenance
*
* $Source: /cvs_backup/e107_0.8/e107_languages/English/admin/lan_mailout.php,v $
* $Revision: 1.10 $
* $Date: 2009-11-19 20:24:21 $
* $Revision: 1.11 $
* $Date: 2009-11-20 22:23:02 $
* $Author: e107steved $
*
*/
@@ -244,9 +244,9 @@ define('LAN_MAILOUT_222', 'Default email format');
define('LAN_MAILOUT_223', '(Used for some non-bulk emails)');
define('LAN_MAILOUT_224', 'Inc. Images');
define('LAN_MAILOUT_225', 'Include images in email');
define('LAN_MAILOUT_226', '');
define('LAN_MAILOUT_227', '');
define('LAN_MAILOUT_228', '');
define('LAN_MAILOUT_226', '--COUNT-- orphaned recipient records removed');
define('LAN_MAILOUT_227', 'Deleted --COUNT-- records from --TABLE--');
define('LAN_MAILOUT_228', '--COUNT-- anomalies in mail_content corrected; records: --RECORDS--');
define('LAN_MAILOUT_229', '');
define('LAN_MAILOUT_230', '');