From: dmose%mozilla.org <> Date: Wed, 29 Mar 2000 09:34:00 +0000 (+0000) Subject: removing ShowCCList from globals.pl, as it is no longer used X-Git-Tag: bugzilla-2.12~322 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=581a4a2e7bb4a248d789855d42eead48cc28ec1e;p=thirdparty%2Fbugzilla.git removing ShowCCList from globals.pl, as it is no longer used --- diff --git a/globals.pl b/globals.pl index 58eb7738cd..2d22038a3d 100644 --- a/globals.pl +++ b/globals.pl @@ -754,14 +754,6 @@ sub GetLongDescriptionAsHTML { return $result; } -sub ShowCcList { - my ($num) = (@_); - - my $ccSet = new RelationSet(); - $ccSet->mergeFromDB("select who from cc where bug_id=$num"); - return $ccSet->toString(); -} - # Fills in a hashtable with info about the columns for the given table in the # database. The hashtable has the following entries: # -list- the list of column names