Changeset 246 for trunk/web/addons/job_monarch/libtoga.php
- Timestamp:
- 04/11/06 11:46:19 (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/web/addons/job_monarch/libtoga.php
r231 r246 25 25 26 26 27 // If php is compiled without globals28 //29 //if ( !empty( $_GET ) ) {30 // extract( $_GET );31 //}32 33 27 class HTTPVariables { 34 28 … … 115 109 // 116 110 global $metrics, $hosts_up; 111 112 global $DATETIME_FORMAT; 113 114 function makeDate( $time ) { 115 global $DATETIME_FORMAT; 116 return strftime( $DATETIME_FORMAT, $time ); 117 } 117 118 118 119 class TarchDbase {
Note: See TracChangeset
for help on using the changeset viewer.