summaryrefslogtreecommitdiff
path: root/sqlbox/db/log.php
diff options
context:
space:
mode:
Diffstat (limited to 'sqlbox/db/log.php')
-rw-r--r--sqlbox/db/log.php10
1 files changed, 5 insertions, 5 deletions
diff --git a/sqlbox/db/log.php b/sqlbox/db/log.php
index 73561d7..6ddcc2a 100644
--- a/sqlbox/db/log.php
+++ b/sqlbox/db/log.php
@@ -23,7 +23,7 @@
* in the previous 1.9 NEWMODULE.
*
* @package mod
- * @subpackage newmodule
+ * @subpackage sqlbox
* @copyright 2011 Your Name <your@email.adress>
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
*/
@@ -33,8 +33,8 @@ defined('MOODLE_INTERNAL') || die();
global $DB;
$logs = array(
- array('module'=>'newmodule', 'action'=>'add', 'mtable'=>'newmodule', 'field'=>'name'),
- array('module'=>'newmodule', 'action'=>'update', 'mtable'=>'newmodule', 'field'=>'name'),
- array('module'=>'newmodule', 'action'=>'view', 'mtable'=>'newmodule', 'field'=>'name'),
- array('module'=>'newmodule', 'action'=>'view all', 'mtable'=>'newmodule', 'field'=>'name')
+ array('module'=>'sqlbox', 'action'=>'add', 'mtable'=>'sqlbox', 'field'=>'name'),
+ array('module'=>'sqlbox', 'action'=>'update', 'mtable'=>'sqlbox', 'field'=>'name'),
+ array('module'=>'sqlbox', 'action'=>'view', 'mtable'=>'sqlbox', 'field'=>'name'),
+ array('module'=>'sqlbox', 'action'=>'view all', 'mtable'=>'sqlbox', 'field'=>'name')
);