This commit is contained in:
skeeter 2001-11-17 03:09:19 +00:00
parent 8d24e53c65
commit fd78fe2018

View File

@ -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)