1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-13 18:14:26 +02:00

Minor language change.

This commit is contained in:
CaMer0n
2011-05-06 07:14:22 +00:00
parent 0c3c292a1c
commit d14b929f57
2 changed files with 2 additions and 3 deletions

View File

@@ -101,7 +101,6 @@ class cron_admin_ui extends e_admin_ui
$this->cronExecute($executeID);
}
// unset($this->_data_fields['options']); // FIX ME - this should be done automatically.
if (!vartrue(e107::getPref('e_cron_pwd')))
{
@@ -390,7 +389,7 @@ class cron_admin_form_ui extends e_admin_form_ui
{
if($mode == 'read')
{
return $curVal;
return $curVal; // TODO - Convert to more readable form.
}
if($mode == 'write')