*** empty log message ***
This commit is contained in:
parent
c010dc6a27
commit
b2a3de2de2
1 changed files with 2 additions and 4 deletions
|
@ -359,13 +359,11 @@ class uiScheduler extends uiCalendar
|
||||||
|
|
||||||
function GeneratePlayReportMethod($from, $to)
|
function GeneratePlayReportMethod($from, $to)
|
||||||
{
|
{
|
||||||
#$from = '2005-03-01T00:00:00';
|
echo $from.$to;
|
||||||
#$to = '2005-03-31T00:00:00';
|
|
||||||
#echo $from.$to;
|
|
||||||
$r = $this->spc->GeneratePlayReportMethod($this->Base->sessid, $from, $to);
|
$r = $this->spc->GeneratePlayReportMethod($this->Base->sessid, $from, $to);
|
||||||
if ($this->_isError($r))
|
if ($this->_isError($r))
|
||||||
return FALSE;
|
return FALSE;
|
||||||
#print_r($r);
|
print_r($r);
|
||||||
return $r;
|
return $r;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue