diff options
author | Benjamin Franzke <benjaminfranzke@googlemail.com> | 2013-01-24 17:04:37 +0100 |
---|---|---|
committer | Benjamin Franzke <benjaminfranzke@googlemail.com> | 2013-01-24 17:04:37 +0100 |
commit | 2588a98a3e84e57a7a373607a1ef7fffef09b6fb (patch) | |
tree | cb61d2db6e6949b5cf5ce07c96dfb606a30f5dc1 | |
parent | dbe61754fbc1cfea5f574aa0583add5bef0bd93f (diff) | |
download | sqltutor-plugin-2588a98a3e84e57a7a373607a1ef7fffef09b6fb.tar.gz sqltutor-plugin-2588a98a3e84e57a7a373607a1ef7fffef09b6fb.tar.bz2 sqltutor-plugin-2588a98a3e84e57a7a373607a1ef7fffef09b6fb.zip |
Remove comment from newmodule example
-rw-r--r-- | sqlbox/view.php | 2 |
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'); |