mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-04-08 18:55:09 +02:00
Deleted some unwanted traces
This commit is contained in:
parent
62617e609c
commit
01b8ec8acb
@ -328,8 +328,6 @@ if (is_array ($config['extensions'])) {
|
|||||||
$sub2 = array ();
|
$sub2 = array ();
|
||||||
|
|
||||||
foreach ($config['extensions'] as $extension) {
|
foreach ($config['extensions'] as $extension) {
|
||||||
// html_debug($extension);
|
|
||||||
|
|
||||||
//If no godmode_menu is a operation extension
|
//If no godmode_menu is a operation extension
|
||||||
if ($extension['godmode_menu'] == '') {
|
if ($extension['godmode_menu'] == '') {
|
||||||
continue;
|
continue;
|
||||||
|
@ -352,8 +352,6 @@ class Agents {
|
|||||||
'<span class="agents_tiny_stats">' . reporting_tiny_stats($agent, true, 'agent', ' ') . ' </span>';
|
'<span class="agents_tiny_stats">' . reporting_tiny_stats($agent, true, 'agent', ' ') . ' </span>';
|
||||||
|
|
||||||
$last_time = time_w_fixed_tz($agent["ultimo_contacto"]);
|
$last_time = time_w_fixed_tz($agent["ultimo_contacto"]);
|
||||||
html_debug(date('r', $last_time), true);
|
|
||||||
html_debug(get_current_utc_offset(), true);
|
|
||||||
$now = get_system_time();
|
$now = get_system_time();
|
||||||
$diferencia = $now - $last_time;
|
$diferencia = $now - $last_time;
|
||||||
$time = ui_print_timestamp ($last_time, true, array('style' => 'font-size: 12px; margin-left: 20px;', 'units' => 'tiny'));
|
$time = ui_print_timestamp ($last_time, true, array('style' => 'font-size: 12px; margin-left: 20px;', 'units' => 'tiny'));
|
||||||
|
Loading…
x
Reference in New Issue
Block a user