%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/00c949a6-8b923d61.task.php

<?php
// Migration task to add schedules on upgrade
class ScheduleCreator extends MigrationTask {
    var $description = "Load customziable ticket queues";
    function run($time) {
        $i18n = new Internationalization('en_US');
        $schedules = $i18n->getTemplate('schedule.yaml')->getData();
        foreach ($schedules as $schedule) {
            Schedule::__create($schedule);
        }
    }
}
return 'ScheduleCreator';

Zerion Mini Shell 1.0