mirror of
https://github.com/e107inc/e107.git
synced 2025-07-31 20:00:37 +02:00
Minor language change.
This commit is contained in:
@@ -101,7 +101,6 @@ class cron_admin_ui extends e_admin_ui
|
|||||||
$this->cronExecute($executeID);
|
$this->cronExecute($executeID);
|
||||||
}
|
}
|
||||||
|
|
||||||
// unset($this->_data_fields['options']); // FIX ME - this should be done automatically.
|
|
||||||
|
|
||||||
if (!vartrue(e107::getPref('e_cron_pwd')))
|
if (!vartrue(e107::getPref('e_cron_pwd')))
|
||||||
{
|
{
|
||||||
@@ -390,7 +389,7 @@ class cron_admin_form_ui extends e_admin_form_ui
|
|||||||
{
|
{
|
||||||
if($mode == 'read')
|
if($mode == 'read')
|
||||||
{
|
{
|
||||||
return $curVal;
|
return $curVal; // TODO - Convert to more readable form.
|
||||||
}
|
}
|
||||||
|
|
||||||
if($mode == 'write')
|
if($mode == 'write')
|
||||||
|
@@ -174,7 +174,7 @@ define('ADLAN_154', "Error contacting Sourceforge to check for new version");
|
|||||||
define('ADLAN_155', 'System Logs');
|
define('ADLAN_155', 'System Logs');
|
||||||
define('ADLAN_156', 'Admin log, user audit, rolling log');
|
define('ADLAN_156', 'Admin log, user audit, rolling log');
|
||||||
|
|
||||||
define("ADLAN_157", "Schedule Maintenance");
|
define("ADLAN_157", "Schedule Tasks");
|
||||||
define("ADLAN_158", "Cron Jobs and Automated Maintenance");
|
define("ADLAN_158", "Cron Jobs and Automated Maintenance");
|
||||||
|
|
||||||
define("ADLAN_159", "URL Configuration");
|
define("ADLAN_159", "URL Configuration");
|
||||||
|
Reference in New Issue
Block a user