From 5c7511c7c64f62f44244ba1c9f1aac9952c564e1 Mon Sep 17 00:00:00 2001 From: Jan Klemkow Date: Tue, 9 Oct 2012 15:28:22 +0200 Subject: Rename 'newmodule' into sqlbox in all files. --- sqlbox/locallib.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'sqlbox/locallib.php') diff --git a/sqlbox/locallib.php b/sqlbox/locallib.php index 62a5f5e..5785e5d 100644 --- a/sqlbox/locallib.php +++ b/sqlbox/locallib.php @@ -16,13 +16,13 @@ // along with Moodle. If not, see . /** - * Internal library of functions for module newmodule + * Internal library of functions for module sqlbox * - * All the newmodule specific functions, needed to implement the module + * All the sqlbox specific functions, needed to implement the module * logic, should go here. Never include this file from your lib.php! * * @package mod - * @subpackage newmodule + * @subpackage sqlbox * @copyright 2011 Your Name * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later */ @@ -35,6 +35,6 @@ defined('MOODLE_INTERNAL') || die(); * @param array $things * @return object */ -//function newmodule_do_something_useful(array $things) { +//function sqlbox_do_something_useful(array $things) { // return new stdClass(); //} -- cgit