This commit is contained in:
skeeter 2002-09-04 01:25:29 +00:00
parent 7d38b22ddb
commit 3a987d2164

View File

@ -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);
}
}
?>
?>