10 lines
256 B
PHP
10 lines
256 B
PHP
<?php
|
|
|
|
// stub functions for not exist features
|
|
function cache_groups() { return array(); }
|
|
function get_type_groups() { return array(); }
|
|
function get_groups_by_type() { return array(); }
|
|
function get_group_entities() { return array(); }
|
|
|
|
// EOF
|