summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenjamin Franzke <benjaminfranzke@googlemail.com>2013-01-24 17:04:37 +0100
committerBenjamin Franzke <benjaminfranzke@googlemail.com>2013-01-24 17:04:37 +0100
commit2588a98a3e84e57a7a373607a1ef7fffef09b6fb (patch)
treecb61d2db6e6949b5cf5ce07c96dfb606a30f5dc1
parentdbe61754fbc1cfea5f574aa0583add5bef0bd93f (diff)
downloadsqltutor-plugin-2588a98a3e84e57a7a373607a1ef7fffef09b6fb.tar.gz
sqltutor-plugin-2588a98a3e84e57a7a373607a1ef7fffef09b6fb.tar.bz2
sqltutor-plugin-2588a98a3e84e57a7a373607a1ef7fffef09b6fb.zip
Remove comment from newmodule example
-rw-r--r--sqlbox/view.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/sqlbox/view.php b/sqlbox/view.php
index f9b4ba1..9f41232 100644
--- a/sqlbox/view.php
+++ b/sqlbox/view.php
@@ -27,8 +27,6 @@
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
*/
-/// (Replace sqlbox with the name of your module and remove this line)
-
require_once(dirname(dirname(dirname(__FILE__))).'/config.php');
require_once(dirname(__FILE__).'/lib.php');
require_once(dirname(__FILE__).'/locallib.php');