mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-03-12 14:09:19 +01:00
now works with Object Factory
This commit is contained in:
parent
dcb0502ae2
commit
a04004a0e7
@ -62,6 +62,8 @@ class matrixview {
|
|||||||
*/
|
*/
|
||||||
function matrixview ($month_int = 0, $year_int = 0)
|
function matrixview ($month_int = 0, $year_int = 0)
|
||||||
{
|
{
|
||||||
|
global $phpgw;
|
||||||
|
|
||||||
for($i;$i<32;$i++)
|
for($i;$i<32;$i++)
|
||||||
{
|
{
|
||||||
if(checkdate($month_int,$i,$year_int)) $days++;
|
if(checkdate($month_int,$i,$year_int)) $days++;
|
||||||
@ -69,6 +71,7 @@ class matrixview {
|
|||||||
|
|
||||||
$this->month = $month_int;
|
$this->month = $month_int;
|
||||||
$this->year = $year_int;
|
$this->year = $year_int;
|
||||||
|
$this->set1PixelGif($phpgw->common->get_image_path('todo').'/pix.gif');
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
Reference in New Issue
Block a user