From 3a25fa7286600ead8227b093e4cc3da12f3c1d75 Mon Sep 17 00:00:00 2001 From: skodak Date: Thu, 31 Aug 2006 21:15:12 +0000 Subject: [PATCH] 'prefix' can only be defined in config.php, it can not be changed or stored in database ;-) --- admin/index.php | 1 - 1 file changed, 1 deletion(-) diff --git a/admin/index.php b/admin/index.php index 2a9485c4978..8a2d2c8c63b 100644 --- a/admin/index.php +++ b/admin/index.php @@ -165,7 +165,6 @@ 'enrol' => 'internal', 'frontpage' => 1, 'guestloginbutton' => 1, - 'prefix' => 1, 'style' => 'default', 'template' => 'default', 'textfilters' => 'mod/glossary/dynalink.php',