%PDF- %PDF-
Mini Shell

Mini Shell

Direktori : /home/vacivi36/www2]/suporte/include/upgrader/streams/core/
Upload File :
Create Path :
Current File : /home/vacivi36/www2]/suporte/include/upgrader/streams/core/61c9d5d7-6de40a4d.task.php

<?php

/*
 * Loads the company info form and copies the helpdesk name to the company
 * name
 */

class CompanyFormLoader extends MigrationTask {
    var $description = "Loading initial company data";

    function run($max_time) {
        global $ost, $cfg;

        $form = $ost->company->getForm();
        if ($form && $cfg) {
            $form->setAnswer('name', $cfg->getTitle());
            $form->save();
        }
    }
}

return 'CompanyFormLoader';

?>

Zerion Mini Shell 1.0