mirror of
https://github.com/e107inc/e107.git
synced 2025-07-31 20:00:37 +02:00
Issue #4918 - Undefined constants cleanup.
This commit is contained in:
@@ -547,7 +547,7 @@ class cron_admin_form_ui extends e_admin_form_ui
|
||||
$text .= ($weekday != '*') ? LAN_CRON_54 ." ". eShims::strftime("%A", mktime(00, 00, 00, 5, (int) $weekday, 2000)) : LAN_CRON_42; // Weekday(s)
|
||||
|
||||
|
||||
return "<a class='e-tip' href=''>".ADMIN_INFO_ICON."</a>
|
||||
return "<a class='e-tip' href=''>".defset('ADMIN_INFO_ICON')."</a>
|
||||
<div class='field-help'>".$text."</div>";
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user