mirror of
https://github.com/VTECRM/vtenext.git
synced 2026-02-26 16:18:47 +00:00
12 lines
499 B
PHP
12 lines
499 B
PHP
<?php
|
|
|
|
// crmv@181170
|
|
|
|
Update::info('The file Smarty_setup.php has been moved in include/utils folder, renamed in VteSmarty.php and');
|
|
Update::info('the vtigerCRM_Smarty class has replaced by the VteSmarty class.');
|
|
Update::info('If you have customizations using the old files, please review them.');
|
|
Update::info('');
|
|
|
|
Update::info('The Smarty library has been updated to version 3.');
|
|
Update::info('If you have customizations that use deprecated features, please review them.');
|
|
Update::info(''); |