]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
removing ShowCCList from globals.pl, as it is no longer used
authordmose%mozilla.org <>
Wed, 29 Mar 2000 09:34:00 +0000 (09:34 +0000)
committerdmose%mozilla.org <>
Wed, 29 Mar 2000 09:34:00 +0000 (09:34 +0000)
globals.pl

index 58eb7738cdcf5587912bfcabd8f6b55fa2bc4ed7..2d22038a3db3dc2c9c38db9426222f79f3c2e0af 100644 (file)
@@ -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