Mods-for-HESK-Netsyms/api/dao/category_dao.php

5 lines
77 B
PHP
Raw Normal View History

<?php
function get_category($hesk_settings, $id = NULL) {
return NULL;
}