summaryrefslogtreecommitdiff
path: root/fml/lib/FML/Command/Admin/off.pm
diff options
context:
space:
mode:
authorfukachan <fukachan>2003-09-27 03:00:15 +0000
committerfukachan <fukachan>2003-09-27 03:00:15 +0000
commit2192a6af3371cd42ade706f405639e6fd0784e99 (patch)
treef4b2a61c3851cf9549fe2f845ac0e5a26207e082 /fml/lib/FML/Command/Admin/off.pm
parent2a3c64b52a5f75ba62b741b7cf5c51b965231ecb (diff)
downloadfml8-2192a6af3371cd42ade706f405639e6fd0784e99.tar.gz
fml8-2192a6af3371cd42ade706f405639e6fd0784e99.tar.bz2
fml8-2192a6af3371cd42ade706f405639e6fd0784e99.zip
FML/CGI/Admin/{List,ML,User}.pm -> FML/CGI/{List,ML,User}.pm
Diffstat (limited to 'fml/lib/FML/Command/Admin/off.pm')
-rw-r--r--fml/lib/FML/Command/Admin/off.pm6
1 files changed, 3 insertions, 3 deletions
diff --git a/fml/lib/FML/Command/Admin/off.pm b/fml/lib/FML/Command/Admin/off.pm
index 6baada5e..242ae3bf 100644
--- a/fml/lib/FML/Command/Admin/off.pm
+++ b/fml/lib/FML/Command/Admin/off.pm
@@ -4,7 +4,7 @@
# All rights reserved. This program is free software; you can
# redistribute it and/or modify it under the same terms as Perl itself.
#
-# $FML: off.pm,v 1.10 2003/05/12 10:16:43 fukachan Exp $
+# $FML: off.pm,v 1.11 2003/08/23 04:35:31 fukachan Exp $
#
package FML::Command::Admin::off;
@@ -105,8 +105,8 @@ sub cgi_menu
my $r = '';
eval q{
- use FML::CGI::Admin::User;
- my $obj = new FML::CGI::Admin::User;
+ use FML::CGI::User;
+ my $obj = new FML::CGI::User;
$obj->cgi_menu($curproc, $args, $command_args);
};
if ($r = $@) {