Variables | |
$options = &PEAR::getStaticProperty("DB_DataObject", "options") | |
$config = parse_ini_file("../conf/dataobject.ini", true) | |
$options = $config["DB_DataObject"] | |
$options ["database"] | |
$dbconfig = parse_ini_file("../include/dataobject/dcmms.ini", true) | |
$dcmPage = new DcmmsAdminPage(_("DCMMS Setup")) | |
$strDelete = "delete from Translation where Translation is null" | |
$strInsert | |
$form = new HTML_QuickForm("TranslationForm") | |
$objTable = new HTML_Table(NULL) | |
$i = 0 | |
$objDbTable | |
$arrConfiguration = parse_ini_file('../conf/identifyplugin.ini', true) | |
$numI | |
$pearregistry = new PEAR_Registry('c:\windows\php\pear') | |
$arrPackages = $pearregistry->listPackages() | |
$objPackageTable = new HTML_Table(NULL) | |
$intRow = 1 | |
$strVersion = $pearregistry->packageInfo($strPackage, 'version') | |
$intRow = 1 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Initial value: |
|
|
|
|
|
Initial value: "pgsql://".$_SESSION["UserName"].":". $_SESSION["Password"]."@"."localhost/".$_SESSION["strDataBase"] |
|
|
|
|
|
|
|
Add missing translations |
|
Initial value: "insert into Translation(Language, Term, Translation) select ". "Language, Term, '' from MissingTranslation" |
|
|