芝麻web文件管理V1.00
编辑当前文件:/home2/sdektunc/public_html/cepali/lib/antivirus/clamav/db/upgrade.php
. /** * ClamAV antivirus plugin upgrade script. * * @package antivirus_clamav * @copyright 2015 Ruslan Kabalin, Lancaster University. * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later */ defined('MOODLE_INTERNAL') || die(); /** * Run all ClamAV plugin upgrade steps between the current DB version and the current version on disk. * * @param int $oldversion The old version of atto in the DB. * @return bool */ function xmldb_antivirus_clamav_upgrade($oldversion) { // Automatically generated Moodle v3.3.0 release upgrade line. // Put any upgrade step following this. // Automatically generated Moodle v3.4.0 release upgrade line. // Put any upgrade step following this. // Automatically generated Moodle v3.5.0 release upgrade line. // Put any upgrade step following this. // Automatically generated Moodle v3.6.0 release upgrade line. // Put any upgrade step following this. // Automatically generated Moodle v3.7.0 release upgrade line. // Put any upgrade step following this. return true; }