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

15 lines
345 B
PHP
Executable File

<?php
/**
* DEPRECATED! Use Presets or Workflow\Preset\Condition
This File was developed by Stefan Warnat <vtiger@stefanwarnat.de>
It belongs to the Workflow Designer and must not be distributed without complete extension
**/
if(!class_exists("VTComplexeCondition")) {
class VTComplexeCondition extends Workflow\Preset\Condition { }
}
?>