summaryrefslogtreecommitdiffstats
path: root/globals.pl
diff options
context:
space:
mode:
authordmose%mozilla.org <>2000-03-29 11:34:00 +0200
committerdmose%mozilla.org <>2000-03-29 11:34:00 +0200
commit581a4a2e7bb4a248d789855d42eead48cc28ec1e (patch)
tree9cb0ad2a2b0a211f504df953ca5fef4d9374c120 /globals.pl
parent148d7cc3b3a01465f0933e653c432c7c6e47ae1a (diff)
downloadbugzilla-581a4a2e7bb4a248d789855d42eead48cc28ec1e.tar.gz
bugzilla-581a4a2e7bb4a248d789855d42eead48cc28ec1e.tar.xz
removing ShowCCList from globals.pl, as it is no longer used
Diffstat (limited to 'globals.pl')
-rw-r--r--globals.pl8
1 files changed, 0 insertions, 8 deletions
diff --git a/globals.pl b/globals.pl
index 58eb7738c..2d22038a3 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