now works with Object Factory

This commit is contained in:
skeeter 2001-01-15 19:45:29 +00:00
parent dcb0502ae2
commit a04004a0e7

View File

@ -62,6 +62,8 @@ class matrixview {
*/
function matrixview ($month_int = 0, $year_int = 0)
{
global $phpgw;
for($i;$i<32;$i++)
{
if(checkdate($month_int,$i,$year_int)) $days++;
@ -69,6 +71,7 @@ class matrixview {
$this->month = $month_int;
$this->year = $year_int;
$this->set1PixelGif($phpgw->common->get_image_path('todo').'/pix.gif');
}
/**