From 1bff8fd7cbd3904afda224ab1555e1e435528314 Mon Sep 17 00:00:00 2001 From: Jean-Michel Vedrine Date: Wed, 3 Jan 2018 17:30:46 +0100 Subject: Add missing mobile.php file --- db/mobile.php | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 db/mobile.php (limited to 'db/mobile.php') diff --git a/db/mobile.php b/db/mobile.php new file mode 100644 index 0000000..68b91f6 --- /dev/null +++ b/db/mobile.php @@ -0,0 +1,28 @@ +. + +/** + * qtype_algebra capability definition + * + * @package qtype_algebra + * @copyright 2018 Jean-Michel Vedrine + * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later + */ +defined('MOODLE_INTERNAL') || die(); + +$addons = array( + "qtype_algebra" => array() +); -- cgit v1.2.3