From ce881a7d30a1abf2ae575289151e4f404be6b414 Mon Sep 17 00:00:00 2001 From: David Anderson Date: Wed, 7 Sep 2005 00:11:10 +0000 Subject: [PATCH] Fixed bug at18558 (Nijule) --- plugins/admin.sma | 7 ------- 1 file changed, 7 deletions(-) diff --git a/plugins/admin.sma b/plugins/admin.sma index 54ed91ea..74e0bfd1 100755 --- a/plugins/admin.sma +++ b/plugins/admin.sma @@ -106,13 +106,6 @@ public plugin_init() { #endif } -#if defined USING_SQL -public plugin_modules() -{ - require_module("DBI") -} -#endif - public addadminfn(id, level, cid) { if (!cmd_access(id, level, cid, 3)) return PLUGIN_HANDLED