diff options
author | Jan Klemkow <j.klemkow@wemelug.de> | 2012-10-09 15:28:22 +0200 |
---|---|---|
committer | Jan Klemkow <j.klemkow@wemelug.de> | 2012-10-09 15:28:22 +0200 |
commit | 5c7511c7c64f62f44244ba1c9f1aac9952c564e1 (patch) | |
tree | 9f10a75a48b2d7df333ada2f6d750dddf430bafb /sqlbox/locallib.php | |
parent | 459313e56b0653e4709694a7e86afc11be514097 (diff) | |
download | sqltutor-plugin-5c7511c7c64f62f44244ba1c9f1aac9952c564e1.tar.gz sqltutor-plugin-5c7511c7c64f62f44244ba1c9f1aac9952c564e1.tar.bz2 sqltutor-plugin-5c7511c7c64f62f44244ba1c9f1aac9952c564e1.zip |
Rename 'newmodule' into sqlbox in all files.
Diffstat (limited to 'sqlbox/locallib.php')
-rw-r--r-- | sqlbox/locallib.php | 8 |
1 files changed, 4 insertions, 4 deletions
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 <http://www.gnu.org/licenses/>. /** - * 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(); //} |