芝麻web文件管理V1.00
编辑当前文件:/home2/sdektunc/public_html/cepali/mod/data/db/tag.php
. /** * Tag areas in component mod_data * * @package mod_data * @copyright 2017 Andrew Hancox
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later */ defined('MOODLE_INTERNAL') || die(); $tagareas = array( array( 'itemtype' => 'data_records', 'component' => 'mod_data', 'callback' => 'mod_data_get_tagged_records', 'callbackfile' => '/mod/data/locallib.php', ), );