phpOpenTracker/phpOpenTracker/API/Plugin AccessStatistics.php,1.8,1.9
Sebastian Bergmann <[email protected]> Mon, 01 Mar 2004 17:49:24 +0000
| Newsgroups | gmane.comp.web.phpopentracker.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/phpopencounter/phpOpenTracker/phpOpenTracker/API/Plugin
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26798/Plugin
Modified Files:
AccessStatistics.php
Log Message:
Simplify.
Index: AccessStatistics.php
===================================================================
RCS file: /cvsroot/phpopencounter/phpOpenTracker/phpOpenTracker/API/Plugin/AccessStatistics.php,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -d -r1.8 -r1.9
*** AccessStatistics.php 27 Feb 2004 10:05:19 -0000 1.8
--- AccessStatistics.php 1 Mar 2004 17:49:21 -0000 1.9
***************
*** 82,87 ****
'start' => $startTimestamp,
'end' => $endTimestamp,
! 'constraints' => $parameters['constraints'],
! 'internal' => true
)
);
--- 82,86 ----
'start' => $startTimestamp,
'end' => $endTimestamp,
! 'constraints' => $parameters['constraints']
)
);
***************
*** 125,129 ****
}
! if ($parameters['internal'] !== true) {
return new phpOpenTracker_API_Result(
$result,
--- 124,130 ----
}
! if (sizeof($result) == 1) {
! return $result[$resultIndex][$parameters['api_call']];
! } else {
return new phpOpenTracker_API_Result(
$result,
***************
*** 131,136 ****
$this->supportedResultFormats
);
- } else {
- return $result[$resultIndex][$parameters['api_call']];
}
}
--- 132,135 ----
-------------------------------------------------------
SF.Net is sponsored by: Speed Start Your Linux Apps Now.
Build and deploy apps & Web services for Linux with
a free DVD software kit from IBM. Click Now!
http://ads.osdn.com/?ad_id=1356&alloc_id=3438&op=click