mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-26 16:48:49 +01:00
Fix for bug #475833.
This commit is contained in:
parent
8d24e53c65
commit
fd78fe2018
@ -33,6 +33,7 @@
|
|||||||
{
|
{
|
||||||
$this->bo = createobject('admin.boaccounts');
|
$this->bo = createobject('admin.boaccounts');
|
||||||
$this->nextmatchs = createobject('phpgwapi.nextmatchs');
|
$this->nextmatchs = createobject('phpgwapi.nextmatchs');
|
||||||
|
@set_time_limit(300);
|
||||||
}
|
}
|
||||||
|
|
||||||
function row_action($action,$type,$account_id)
|
function row_action($action,$type,$account_id)
|
||||||
|
Loading…
Reference in New Issue
Block a user