Files
crm.clientright.ru/modules/Settings/ITS4YouQuickReminder/models/Module.php

22 lines
955 B
PHP
Raw Normal View History

<?php
/* * *******************************************************************************
* The content of this file is subject to the Picklist Restriction 4 You license.
* ("License"); You may not use this file except in compliance with the License
* The Initial Developer of the Original Code is IT-Solutions4You s.r.o.
* Portions created by IT-Solutions4You s.r.o. are Copyright(C) IT-Solutions4You s.r.o.
* All Rights Reserved.
* ****************************************************************************** */
require_once 'modules/com_vtiger_workflow/include.inc';
require_once 'modules/com_vtiger_workflow/expression_engine/VTExpressionsManager.inc';
class Settings_ITS4YouQuickReminder_Module_Model extends Settings_Vtiger_Module_Model {
var $name = 'ITS4YouQuickReminder';
public static function getDefaultUrl() {
return 'index.php?module=ITS4YouQuickReminder&parent=Settings&view=List';
}
}