mirror of
https://github.com/Combodo/iTop.git
synced 2026-02-13 07:24:13 +01:00
9 lines
323 B
PHP
9 lines
323 B
PHP
<?php
|
|
// The file has been moved in iTop 2.2.0+ (revision 3803)
|
|
// Preserve backward compatibility with some external tools (Cf. toolkit)
|
|
|
|
// @deprecated since 3.1.0
|
|
DeprecatedCallsLog::NotifyDeprecatedPhpMethod('use core/oql/expression.class.inc.php instead');
|
|
|
|
require_once(APPROOT.'core/oql/expression.class.inc.php');
|