diff options
author | ivan <ivan> | 2007-08-01 19:24:04 +0000 |
---|---|---|
committer | ivan <ivan> | 2007-08-01 19:24:04 +0000 |
commit | 7c2ca1ae0be6ca3e8f82f44ffdf87cba357f8342 (patch) | |
tree | 352755f92bec86fcc1b10f160a3b82722057bb58 /httemplate/misc/process | |
parent | 9ba8a8caddeef0649f7f9fa2b8da9ff3d98ec06b (diff) |
comment out unused code
Diffstat (limited to 'httemplate/misc/process')
-rwxr-xr-x | httemplate/misc/process/cancel_pkg.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/httemplate/misc/process/cancel_pkg.html b/httemplate/misc/process/cancel_pkg.html index 50b111093..aa542187a 100755 --- a/httemplate/misc/process/cancel_pkg.html +++ b/httemplate/misc/process/cancel_pkg.html @@ -28,9 +28,9 @@ my $oldAutoCommit = $FS::UID::AutoCommit; local $FS::UID::AutoCommit = 0; my $dbh = dbh; -my $otaker = $FS::CurrentUser::CurrentUser->name; -$otaker = $FS::CurrentUser::CurrentUser->username - if ($otaker eq "User, Legacy"); +#my $otaker = $FS::CurrentUser::CurrentUser->name; +#$otaker = $FS::CurrentUser::CurrentUser->username +# if ($otaker eq "User, Legacy"); my $error = ''; if ($reasonnum == -1) { |