X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/5bc5af9f93a0ed3edfa6fa9aba7aa80cab182ae9..a9903fd72fc5a09d99eb60707dfd3aadcabfe73f:/SL/OE.pm diff --git a/SL/OE.pm b/SL/OE.pm index a2dea99ec..3954a9308 100644 --- a/SL/OE.pm +++ b/SL/OE.pm @@ -1616,19 +1616,6 @@ sub order_details { $main::lxdebug->leave_sub(); } -sub project_description { - $main::lxdebug->enter_sub(); - - my ($self, $dbh, $id) = @_; - - my $query = qq|SELECT description FROM project WHERE id = ?|; - my ($value) = selectrow_query($main::form, $dbh, $query, $id); - - $main::lxdebug->leave_sub(); - - return $value; -} - 1; __END__