- fixing old syscp-bug #1148 (Show info for inactive modifications)

This commit is contained in:
Michael Kaufmann (d00p)
2010-01-29 11:15:15 +00:00
parent ade9eef982
commit 70f6f92258
7 changed files with 159 additions and 52 deletions

View File

@@ -130,6 +130,7 @@ if($page == 'overview')
$userinfo = str_replace_array('-1', $lng['customer']['unlimited'], $userinfo, 'customers domains diskspace traffic mysqls emails email_accounts email_forwarders email_quota ftps tickets subdomains aps_packages');
$cron_last_runs = getCronjobsLastRun();
$outstanding_tasks = getOutstandingTasks();
$opentickets = 0;
$opentickets = $db->query_first('SELECT COUNT(`id`) as `count` FROM `' . TABLE_PANEL_TICKETS . '`