Go to the source code of this file.
Variables | |
| print< ul > | n |
| $time_now = time() | |
| $end = ($time_now-(($counter-1)*604800)) | |
| $sql = "SELECT round(avg((close_date-date)/86400), 0) FROM ".$artifact." WHERE close_date > 0 AND (date >= $start AND date <= $end) AND group_id='$group_id'" | |
| $result = db_query($sql) | |
| $key = sprintf(_("%s to %s"), format_date($sys_datefmt,($start)), format_date($sys_datefmt,($end))) | |
| $content [$key] = db_result($result, 0,0) | |
| print< p > & | nbsp |
|
|
Definition at line 102 of file include/trackers_run/reporting.php. |
|
|
Definition at line 96 of file include/trackers_run/reporting.php. |
|
|
Definition at line 101 of file include/trackers_run/reporting.php. Referenced by sendmail_encode_header_content(). |
|
|
Definition at line 99 of file include/trackers_run/reporting.php. |
|
|
Definition at line 98 of file include/trackers_run/reporting.php. |
|
|
Definition at line 89 of file include/trackers_run/reporting.php. |
|
|
Definition at line 56 of file include/trackers_run/reporting.php. |
|
|
Definition at line 108 of file include/trackers_run/reporting.php. |
1.4.4