Files
crm.clientright.ru/modules/Workflow2/VTConditionCheck.php

11 lines
203 B
PHP
Executable File

<?php
/**
deprecated sinve ct6
**/
require_once(realpath(dirname(__FILE__).'/autoload_wf.php'));
if(!class_exists("VTConditionCheck")) {
class VTConditionCheck extends \Workflow\ConditionCheck { }
}
?>