mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 09:04:53 +01:00
GNU Patch #501.
This commit is contained in:
parent
7d38b22ddb
commit
3a987d2164
@ -28,6 +28,12 @@
|
||||
var $oProc;
|
||||
var $tables;
|
||||
var $updateincluded = array();
|
||||
var $translation;
|
||||
|
||||
function setup_process()
|
||||
{
|
||||
$this->translation = CreateObject('phpgwapi.setup_translation');
|
||||
}
|
||||
|
||||
/*!
|
||||
@function init_process
|
||||
@ -788,4 +794,4 @@
|
||||
return array($arr,$pk,$fk,$ix,$uc);
|
||||
}
|
||||
}
|
||||
?>
|
||||
?>
|
Loading…
Reference in New Issue
Block a user