mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 16:44:07 +01:00
Fix for refreshing. Improper link()
This commit is contained in:
parent
204e6c6514
commit
691fcb01ca
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user