Fix for refreshing. Improper link()

This commit is contained in:
skeeter 2001-03-20 03:33:47 +00:00
parent 204e6c6514
commit 691fcb01ca

View File

@ -73,7 +73,7 @@
break;
}
echo "\n".'<center>'."\n";
echo ' <form action="'.$phpgw->link('viewmatrix.php').'" method="post" name="matrixform" target="viewmatrix">'."\n";
echo ' <form action="'.$phpgw->link('/calendar/viewmatrix.php').'" method="post" name="matrixform" target="viewmatrix">'."\n";
echo ' <input type="hidden" name="year" value="'.$thisyear.'">'."\n";
echo ' <input type="hidden" name="month" value="'.$thismonth.'">'."\n";
echo ' <input type="hidden" name="day" value="'.$thisday.'">'."\n";