summaryrefslogtreecommitdiff
path: root/sqlbox/locallib.php
diff options
context:
space:
mode:
Diffstat (limited to 'sqlbox/locallib.php')
-rw-r--r--sqlbox/locallib.php8
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();
//}